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

Page principale
Supprimer ce message
Auteur: Christian Ehrlicher
Date:  
À: pcre-dev
Sujet: [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