Websydian v6.1 online documentationOnline documentation - Websydian v6.1

StartsWith

Scoped name

WSYBASE/StringFunctions.WebServer.StartsWith

WSYBASE/StringFunctions.Server.StartsWith

Interface

Field Variable ...as Description
StringSource Input Input Source string that you would like to check
StringSearch Input Input The string to check for in StringSource
StringCaseState Input Input Case sensitive on insensitive search
StringFound Output Output Returned status field indicating if the StringSearch was found at the beginning of StringSource

Description

Check if a string start with another string. Option for case sensitive or insensitive match.