super-split
🔪 split string by delimiter array - delimiters retained
split-with
Returns an array of [takeWhile(coll, pred), dropWhile(coll, pred)]
hang
Force the supplied callback in to async execution
selective-whitespace
Condense all string whitespace + options to preserve specific whitespace characters.
take-while
Returns an array of successive items from coll while pred(item) returns true.