Re_pcre
Sourceinclude module type of struct include Re.Pcre end
Result 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
.