re
Re.Seq
re.emacs
re.glob
re.pcre
re.perl
re.posix
re.str
val all : ?pos:int -> ?len:int -> Re__.Core.re -> string -> Re__.Core.Group.t Seq.t
Same as all but returns an iterator
all
val matches : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t
Same as matches, but returns an iterator
matches
val split : ?pos:int -> ?len:int -> Re__.Core.re -> string -> string Seq.t
val split_full : ?pos:int -> ?len:int -> Re__.Core.re -> string -> [ `Text of string | `Delim of Re__.Core.Group.t ] Seq.t