You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These anchors are always multiline in Onigmo, but js_regex is not treating them as such.
Additionally, they should only treat \n as line feeds (unlike JS), and (at least in Oniguruma--haven't tested in Onigmo) ^ should not match after a string-terminating line feed (again unlike JS in multiline mode).
The text was updated successfully, but these errors were encountered:
These anchors are always multiline in Onigmo, but
js_regex
is not treating them as such.Additionally, they should only treat
\n
as line feeds (unlike JS), and (at least in Oniguruma--haven't tested in Onigmo)^
should not match after a string-terminating line feed (again unlike JS in multiline mode).The text was updated successfully, but these errors were encountered: