llParseString2List
list llParseString2List(string Text, list Separators, list Spacers)Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).
Separators and Spacers are lists of strings with a maximum of 8 entries each.
Parameters
-
Text(string) -
Separators(list) -
Spacers(list)
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here