RE.Pcre
type regexp
type flag = [
| `ANCHORED
| `CASELESS
| `DOTALL
| `MULTILINE
]
val re : ?flags:flag list -> string -> t