|
|
|
|
|
by ankitpati
1472 days ago
|
|
Not a single other implementation has feature-parity with Perl. Perl regexes are not only Turing-complete, but can also execute arbitrary code¹ as part of the regex evaluation. PCRE is the pinnacle of deceptive advertising. It is emphatically not Perl-Compatible. Source: I used to write Perl for a living, and I have battle scars from (¹) above. |
|
To me, it was inconceivable that you could release a major language and not only not have regular expressions built into the language like Perl, but not even have it in the standard library. Crazy.