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
"foo".matches(r'^\p{L}+$') ought to work, but it doesn't, because the ECMAScript conversion of the RE2 expressions doesn't use the u flag for Unicode-awareness.
"foo".matches(r'^\p{L}+$')ought to work, but it doesn't, because the ECMAScript conversion of the RE2 expressions doesn't use theuflag for Unicode-awareness.