Вопрос

I am creating a feed for the NFL teams.

You enter a team, it creates a string, then it uses string replace to create it to an acronym, then it builds the url and fetches the rss feed.

String replace limits me to 10 strings. Is there anyway to expand this to 30 or so strings?

Это было полезно?

Решение

Yes, chain another String replace right after it :) Chain as many as you need.

If that doesn't work for you for some reason (but it should), then post the link to your pipe so we can have a look.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top