Checks
that the first characters of a given string match the characters
of another given string.
Syntax starts-with(string, string)
ParametersTwo
string values separated by a comma. starts-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.
|
|
|