Hello, I am trying to parse the yahoo answers feed - http://answers.yahoo.com/rss/allq The issue is that the titles have
[ Category ] : Open Question :
in every title that I do not want... I want to write a regexp to remove this...
anything that we can make to remove all the letters in the starting [ and the first : should do it.
there is a space after the :
also, we need to remove that too.
Thanks for this in advance, I will also try to find a solution myself.