Module Kwregexp.Str

module Str: sig .. end
Implementation of RegexpType using Str.

type regexp = unit 
type irflag = unit 
type rflag = unit 
type callout = unit 
type split_result = 
| Text of string
| Delim of string
| Group of int * string
| NoGroup
val full_split : ?iflags:'a ->
?flags:'b ->
?rex:'c ->
?pat:string ->
?pos:'d -> ?max:'e -> ?callout:'f -> string -> split_result list