View Single Post
Posts: 10 | Thanked: 0 times | Joined on Feb 2009
#6
Originally Posted by kwotski View Post
Can you use pcre ? It seems to exist on the diablo repo at http://repository.maemo.org/pool/diablo/free/p/pcre3/
I suppose so but it will require some digging
in that case I have another question
suppose I have input like this:
some text "foo bar" and I would like to match just some text and not the text in quotation marks
can you help me with proper regex because I am kind of lost
ps I have regex which will extract text in "" "[\w\s]+"
but I do not know how to do opposite
thank you very much