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
RegexCharClass.IsWordChar could be a custom WordChar Parser, or used in the Pattern parser.
And other RegexCharClass static methods. Also check the usage of RegexCharClass.IsInRange in source generated code of Regex, example [\w\.\-].
The text was updated successfully, but these errors were encountered:
RegexCharClass.IsWordChar
could be a customWordChar
Parser, or used in thePattern
parser.And other
RegexCharClass
static methods. Also check the usage ofRegexCharClass.IsInRange
in source generated code of Regex, example[\w\.\-]
.The text was updated successfully, but these errors were encountered: