(mostly-)POSIX regular expressions
Sébastien Boisgérault
Sebastien.Boisgerault at gmail.com
Sun May 28 14:16:19 EDT 2006
Very good hint ! I wouldn't have found it alone ...
I have to study the doc, but the "THE DFA MATCHING ALGORITHM" may do
what I need Obviously, I didn't expect the Perl-Compatible Regular
Expressions to implement
"an alternative algorithm, provided by the pcre_dfa_exec() function,
that operates in a different way, and is not Perl-compatible".
Maybe the lib should be renamed in PCREWSO for:
Perl-compatible regular expressions ... well, sort of :)
Cheers,
SB
More information about the Python-list
mailing list