startsWith
Tests if a string starts with the given prefix. Returns a Boolean true or false.
The test is case-sensitive.
Parameters
STRING (string)
The string to test.
PREFIX (string)
The prefix to test for.
Examples
ATL in Script | Result |
---|---|
| true |
| false |
| true |