val all : ?pos:int -> ?len:int -> re -> string -> Group.t Stdlib.Seq.t
Same as all
but returns an iterator
- since
- NEXT_RELEASE
val matches : ?pos:int -> ?len:int -> re -> string -> string Stdlib.Seq.t
Same as matches
, but returns an iterator
- since
- NEXT_RELEASE
val split : ?pos:int -> ?len:int -> re -> string -> string Stdlib.Seq.t
- since
- NEXT_RELEASE
val split_full : ?pos:int -> ?len:int -> re -> string -> split_token Stdlib.Seq.t
- since
- NEXT_RELEASE