Skip to main content

string.len

Returns the length of the string str in bytes.

string.len(str: string): number

Arguments

NameDescriptionType
strString to get the length of.string

Returns length: number