Module Re.EmacsSource
Emacs-style regular expressions
Errors that can be raised during the parsing of the regular expression
Parsing of an Emacs-style regular expression
Source
val re_result :
?case:bool ->
string ->
((Re__.Ast.cset, [ `Cased | `Uncased ]) Re__.Ast.gen,
[ `Not_supported | `Parse_error ])
Stdlib.resultRegular expression compilation
Same as Core.compile