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.