I try to filter out something from a text. Let's say it's something like #text#, and i want to filter out the 'text' bit, without the #'s... The problem is that i have sevral other text elements in the string, so i can't just search for the text.. any good ideas on how to do it?