ON THIS PAGE
starts-with()
Syntax
boolean starts-with(string, string)
Description
Return TRUE if the first string argument starts with the second string argument, otherwise return FALSE.
Help us improve your experience.
Let us know what you think.
Do you have time for a two-minute survey?
boolean starts-with(string, string)
Return TRUE if the first string argument starts with the second string argument, otherwise return FALSE.