[V4MD] regex question

Martin Kloss martin.kloss at gmx.de
Fri Dec 19 17:34:46 CST 2003


Hi,

I'm trying to find words that start and end with whitespace or 
non-alphanumeric characters,
using this regex string:

WHERE title LIKE '(?i)\b(\W|\s)?foo(\W|\s)?\b'

It works for all kinds of characters ", . ; - ' " etc. but NOT for a lower 
quote character
(the quote the starts at the bottom, not the " quote, I'm not sure what the 
real name is).
I need to find strings like:

„foo"

But \W does not include this kind of quote it seems. Any ideas?

Martin.




More information about the Valentina mailing list