Like if you wanted to match a string in a database you could do: "select * from bla where blabla regexp 'string' " Say I wanted to select items from an rss file which contained the search query in the title/description.. Is there a way to do this? possibly using regular expressions?