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 © 2024 Ultra Software.
All rights reserved.