Class: WString
Lua
C++
Edit

WString:Left

This method returns the leftmost characters of the wide string.

Syntax

WString:Left(count)

Parameters

Returns

Example

local s = WString("Hello, how are you today?")
Print(s:Left(5))
Copyright © 2024 Ultra Software.
All rights reserved.