any
, unlike "." by default, matches newline.
(However, note that of_re2 (Re2.create_exn ".")
will match newline. See the
comment on of_re2
for more information.)
Duplicates in the lists given to one_of
and not_one_of
are ignored.
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