module Str:sig
..end
typeregexp =
unit
typeirflag =
unit
typerflag =
unit
typecallout =
unit
type
split_result =
| |
Text of |
| |
Delim of |
| |
Group of |
| |
NoGroup |
val full_split : ?iflags:'a ->
?flags:'b ->
?rex:'c ->
?pat:string ->
?pos:'d -> ?max:'e -> ?callout:'f -> string -> split_result list