llParseString2List
function ll.ParseString2List(Text: string, Separators: {any}, Spacers: {any}): {any}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({any}) -
Spacers({any})
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ParseString2List().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llParseString2List