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
in the current () version a single ASCII character with a diacritic is matched by the PCRE engine to all other characters with diacritics as well.
The JavaScript engine matches as expected ( eg. "ä" only to "ä", not ê etc.).
Side note: on hover over the right sided match counter the black detail box reports "No match found in nn characters" despite the counter showing n > 0
in the current () version a single ASCII character with a diacritic is matched by the PCRE engine to all other characters with diacritics as well.
The JavaScript engine matches as expected ( eg. "ä" only to "ä", not ê etc.).
Side note: on hover over the right sided match counter the black detail box reports "No match found in nn characters" despite the counter showing n > 0
(Info: https://regexr.com/45vjd)
The text was updated successfully, but these errors were encountered: