Lua
C++
Edit

string.GetSize

This method returns the number of characters in the string.

Syntax

Returns

Returns the number of characters in the string.

Example

local string = "Hello, how are you today?"
print(string:GetSize())
Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation