Module Regex.Options

module Options: Options.S 


Polymorphic variants are provided for concision at client call sites. *
type t = [ `Case_sensitive of bool
| `Encoding_latin1 of bool
| `Literal of bool
| `Log_errors of bool
| `Longest_match of bool
| `Max_mem of int
| `Never_nl of bool
| `One_line of bool
| `Perl_classes of bool
| `Posix_syntax of bool
| `Word_boundary of bool ]
these options are exactly as defined by Google with two exceptions:
val latin1 : t list
val posix : t list
val noisy : t list