Checks
that the last characters of a given string match the characters
of another given string.
Syntax
ends-with(string, string)
Parameters
Two
string values separated by a comma.
ends-with
checks
that the first parameter starts with the second parameter.
Returns
A
boolean
value
of
true
if the first parameter starts with the
second parameter, otherwise
false
.
|
|
|