[V4MD] regex question

Martin Kloss martin.kloss at gmx.de
Sat Dec 20 11:29:12 CST 2003


At 22:27 19.12.2003, you wrote:
> > I need to find strings like:
> >
> > „foo"
> >
> > But \W does not include this kind of quote it seems. Any ideas?
>
>I have not understand what you mean, but you can look
>on character sets  [abcd]

That does not work, because [a-z] does not include the lower quote,
just alpha-numeric characters.

I need to find strings that start with a LOWER quote, like this: '„'
Not the regular one at the top: ' " '

The regular double and single quotes are included in \W, so everything
that starts with a single quote, a double quote, a comma, a colon etc.
will be found, but NOT strings that start with a lower quote. So I'm
trying to find out where this freaking character belongs. Very strange.

Martin.




More information about the Valentina mailing list