endsWith
Tests if a string ends with the given suffix. Returns a Boolean true or false.
The test is case-sensitive.
Parameters
STRING (string)
The string to test.
SUFFIX (string)
The suffix to test for.
Examples
ATL in Script | Result |
---|---|
| true |
| false |
| true |
Tests if a string ends with the given suffix. Returns a Boolean true or false.
The test is case-sensitive.
STRING (string)
The string to test.
SUFFIX (string)
The suffix to test for.
ATL in Script | Result |
---|---|
| true |
| false |
| true |