Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top