wwUtils::StartsWith

Checks to see if a base string starts with another string's characters.

Useful for forced EXACT comparisons in scenarios when SET EXACT ON.

StartsWith(lcSourceString,lcCompare,llCaseInsensitive)

.T. or .F.

Parameters

lcSourceString
The string to search

lcCompare
The substring to search for

llCaseInsensitive
If .T. searches ignore case.

See also

Class wwUtils

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