include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
If location information has been omitted (e.g., via ~sub
), the error returned is
Regex_no_such_subpattern
, just as though that subpattern were never defined.
val get_all : t without_trailing_none ‑> string option array
get_all t
returns all available matches as strings in an array. For the
indexing convention, see comment above regarding sub
parameter.