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