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
The text was updated successfully, but these errors were encountered:
mathiasbynens
changed the title
Document inability to match lone surrogates accurately
Document inability to match lone low surrogates accurately
Feb 2, 2015
Expected:
true, true
Actual:
true, false
https://mothereff.in/regexpu#var%20regex%20%3D%20%2F%5Ea%5B%5Cu%7BD800%7D-%5Cu%7BDBFF%7D%5Cu%7BDC00%7D-%5Cu%7BDFFF%7D%5Db%24%2Fu%3B%0Aconsole.log%28%0A%20%20regex.test%28%27a%5CuD800b%27%29%2C%0A%20%20regex.test%28%27a%5CuDC00b%27%29%0A%29%3B
Ref. mathiasbynens/regenerate#28 (comment).
https://esdiscuss.org/topic/q-lonely-surrogates-and-unicode-regexps#content-3
The text was updated successfully, but these errors were encountered: