Class: WString
Lua
C++
Edit

WString:StartsWith

This method compares the beginning of two wide strings.

Syntax

function WString:StartsWith(beginning)

Parameters

Parameter Description
beginning The string to compare.

Returns

Returns true if the left-most characters of this string match the beginning string. Returns false if the strings do not match or if this string is shorter than the beginning string.

Copyright © 2006-2025 Leadwerks Software.
All rights reserved.
Leadwerks 4 Documentation