Module Rx_intf.Char_class
type t
=
|
Chars_in of string
Chars_in s
matches characters ins
(e.g., ":digit:
" matches ':')|
Range of char * char
Range (c1, c2)
matches characters betweenc1
andc2
inclusive.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t