pomsky-lang / pomsky

A new, portable, regular expression language
https://pomsky-lang.org
Apache License 2.0
1.28k stars 19 forks source link

Remove note about lookbehind not being supported in Safari #93

Closed Aloso closed 4 months ago

Aloso commented 11 months ago

Describe the bug

Lookbehind is supported in Safari since March. It should be safe to remove the warning soon.

To Reproduce

<< 'test'
warning(P0400): Lookbehind is not supported in all browsers, e.g. Safari

help: Avoid lookbehind if the regex should work in different browsers

Expected behavior

No warning