|
WSYBASE/StringFunctions.WebServer.StartsWith
WSYBASE/StringFunctions.Server.StartsWith
| 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 |
Check if a string start with another string. Option for case sensitive or insensitive match.