Module Eliom_lib.Netstring_pcre
val regexp : string -> Re.Pcre.regexpval matched_group : Re.Pcre.groups -> int -> string -> stringval matched_string : Re.Pcre.groups -> string -> stringval global_replace : Re.Pcre.regexp -> string -> string -> stringval search_forward : Re.Pcre.regexp -> string -> int -> int * Re.Pcre.groupsval split : Re.Pcre.regexp -> string -> string listval string_match : Re.Pcre.regexp -> string -> int -> Re.Pcre.groups option