make-splitter

Creates a function that splits a string.

Deprecated

Use split instead.

Exported from

Arguments

argAn instance of <string>.

Values

valAn 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.