make-splitter
Creates a function that splits a string.
Deprecated
Use
split
instead.
Exported from
Module regular-expressions
Arguments
arg
An instance of
<string>
.
Values
val
An instance of
<function>
.
There are two unrelated functions named split.
Parsing a regexp is not cheap, so we cache the parsed regexps and only parse a string if we haven’t seen it before.
The class of sequences with elements that are characters.
The class of objects that can be applied to arguments.