C | |
| Char [Parser] | |
D | |
| Decimal [Parser] | |
E | |
| Exceptions [Re2_internal_intf.S] | |
I | |
| Infix [Re2_internal_intf.S] | |
M | |
| Match [Re2_internal_intf.S] | |
O | |
| Options [Re2_internal_intf.S] | |
P | |
| Parser [Std] | |
| Parser |
A value of type
'a t is a regex that parses 'as.
|
R | |
| Re2 [Std] | |
| Re2_internal | |
| Re2_internal_intf |
These are OCaml bindings for Google's re2 library.
|
| Regex | |
S | |
| Std |
The recommended way to use this library:
open Re2.Std
or
module Re2 = Re2.Std.Re2
if you only want that module.
|