in reply to Re: Python regex faster than Perl?
in thread Python regex faster than Perl?
Nope. There are a lot of features you won't find in Python or PCRE (and occasionally vice versa.)
There are also examples where Sed dethrones Perl, it's a question of use case.
There are also pathological cases of Regexes (with nested quantifiers) which never terminate in one engine but quickly yield results in another.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|