any
matches newline, unlike "." in many regex syntaxes.
Duplicates in the lists given to one_of
and not_one_of
are ignored.
The following 6 values match the Re2 character classes with the same name.
A character matching Char.is_uppercase
A character matching Char.is_lowercase
A character matching Char.is_alpha
A character matching Char.is_digit
A character matching Char.is_alphanum
A character matching Char.is_whitespace