C ChrisJW macrumors newbie Original poster Aug 14, 2008 1 0 Aug 21, 2008 #1 Hi, I am pulling info from an RSS feed and I'm getting the text that I need but this is also included with it: <img URL />. I want to remove the URL and the two tags. What's the best way of doing this?
Hi, I am pulling info from an RSS feed and I'm getting the text that I need but this is also included with it: <img URL />. I want to remove the URL and the two tags. What's the best way of doing this?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Aug 23, 2008 #2 Use regular expressions. Search around, there are a few existing Cocoa classes for doing this.