string_splice (string text, list split_points) ⇒ list
Splits a string, text
, at certain points specified in a list, list
. The function then returns a list of strings.
Alternative function names: str_splice
First available: Version 1.5.0.1
Comments