[pcre-dev] \D does not work on windows?

Inizio della pagina
Delete this message
Autore: Christian Ehrlicher
Data:  
To: pcre-dev
Oggetto: [pcre-dev] \D does not work on windows?
Hi,

can someone explain me what I'm doing wrong here:

re> /\D/
data> 1/2.3,4

No match

I'm using a self-compiled pcre compiled with the cmake scripts.

Here the original bug report from konqueror:
https://bugs.kde.org/show_bug.cgi?id=172702

I'm using pcre 7.8 on winxp sp3.



Looks like all regexps with \ do not work


Thx,
Christian