Doyley Posted January 17, 2008 Share Posted January 17, 2008 HI all, I'm trying to grab all items from an RSS feed. In between and including <item> and </item>. The code that I have come up with just grabs everything and doesn't distinguish between the items. Can anybody help, here is the regex I come up with. preg_match('/<item>[-\\]\\\\!"£$%^&*()_+=¬`{[}:;@\'~#<,>.?\/|\\w\\s]+<\/item>/', $subject, $matches) Many thanks! Quote Link to comment Share on other sites More sharing options...
effigy Posted January 17, 2008 Share Posted January 17, 2008 %<item>.*?</item>%s Quote Link to comment Share on other sites More sharing options...
Doyley Posted January 17, 2008 Author Share Posted January 17, 2008 Genius! Thank you very much, I hate regex. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.