Module Re.PerlSource
Perl-style regular expressions
Errors that can be raised during the parsing of the regular expression
Source
val re :
?opts:Re.Perl.opt list ->
string ->
(Re__.Ast.cset, [ `Cased | `Uncased ]) Re__.Ast.genParsing of a Perl-style regular expression
Source
val re_result :
?opts:Re.Perl.opt list ->
string ->
((Re__.Ast.cset, [ `Cased | `Uncased ]) Re__.Ast.gen,
[ `Not_supported | `Parse_error ])
Stdlib.result(Same as Re.compile)
Regular expression compilation