|
|
|
|
|
by burntsushi
814 days 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. |
|