문제

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