package re2
-
re2.c
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_t : t -> Ppx_sexp_conv_lib.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.