Parser |
A value of type
'a t is a regex that parses 'a s.
|
Re2_internal | |
Re2_internal_intf |
These are OCaml bindings for Google's re2 library.
|
Regex | |
Std |
The recommended way to use this library:
open Re2.Std
or
module Re2 = Re2.Std.Re2
if you only want that module.
|