Re_pcreSourceinclude module type of struct include Re.Pcre endResult of a Pcre.full_split
re ~flags s creates the regexp s using the pcre syntax.
re ~flags s compiles the regexp s using the pcre syntax.
extract ~rex s executes rex on s and returns the matching groups.
Return the first matched named group, or raise Not_found. Prefer to use the non-raising version get_named_substring_opt
Return the first matched named group, or raise Not_found.