top | item 39765019

(no title)

m0rissette | 1 year ago

Why isn’t Perl anywhere on that chart when mentioning regex?

discuss

order

burntsushi|1 year ago

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.

account42|1 year ago

Why isn’t Perl available on regex101 when its all about regex?