Skip to content

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})

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.