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