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
An emoji with multiple codepoints is encoded as `emoji-xxxxxx-xxxxxx-..`
(where xxxxxx corresponds to a hex sequence). Current regexp matches
strings with either zero or single occurence of subgroup, changing it
to match string with either zero or infinitely repeating subgroup.
0 commit comments