Skip to content

llStringLength

function ll.StringLength(Text: string): number

Returns an integer that is the number of characters in Text (not counting the null).

Parameters
Text (string)

Add example usage here showing SLua/Luau syntax with ll.StringLength().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.