String.startsWith

Determines if a string starts with a given character substring.

o.String.startsWith(substr,nocase)

true or false

Parameters

substr
The beginning string to check against.

nocase
if true does a case insensitve comparison

See also

Class String

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic