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 docs just say that \p{Blah} matches "Unicode character class (general category or script)." I took this to mean that it would match against anything listed under scripts on http://www.unicode.org/charts/, but there's a number of those that it doesn't recognize, including some ones I would have expected by default such as CJK (or CJK Unified Ideographs).
Is there some documentation of which scripts are supported in \p matching?