llParseStringKeepNulls
function ll.ParseStringKeepNulls(Text: string, Separators: {any}, Spacers: {any}): {any}Breaks Text into a list, discarding separators, keeping spacers, keeping any null values generated. (separators and spacers must be lists of strings, maximum of 8 each).
llParseStringKeepNulls works almost exactly like llParseString2List, except that if a null is found it will add a null-string instead of discarding it like llParseString2List does.
Parameters
-
Text(string) -
Separators({any}) -
Spacers({any})
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ParseStringKeepNulls().
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: llParseStringKeepNulls