Hacker News new | ask | show | jobs
by m0rissette 814 days ago
Why isn’t Perl anywhere on that chart when mentioning regex?
1 comments

Because they're using regex101 to easily test the semantics of different regex engines and Perl isn't available on regex101. PCRE is though, which is a decent approximation. And indeed, Perl and PCRE behave the same for this particular case.
Why isn’t Perl available on regex101 when its all about regex?
I dunno. Maybe because nobody has contributed it? Maybe because Perl isn't as widely used as it once was? Maybe because it's hard to compile Perl to WASM? Maybe some other reason?