INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a splitter which splits strings at separators
-- found by `sep_searcher'.
-- Ignore or recognize leading (trailing) separators. If not
-- ignored and input string contains a leading (trailing)
-- separator, an empty string will be assumed for the first
-- (last) position.
-- Split `s' into parts. Each part is accessible by its index
-- position. The lower index position is 0, unless explicitely
-- specified by `array_make'.
-- Split a substring of `s' into parts. The relevant part of `s'
-- is denoted by the index positions `s_from' and `s_to'.
-- Leading / trailing separators are taken into account with
-- respect to the substring.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |