StartsWith
StartsWith( value, search )
StartsWith( value, search )
starts_with( value, search )
StartsWith( value, search )
Description
The StartsWith
function returns true
when the value
string starts
with the search
string, or false
when it does not.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
String |
The String to compare. |
|
String |
The String to search for at the start of |
Examples
The following query demonstrates the case where the value
string
starts with the search
string:
true
true
True
true
The following query demonstrates the case where the value
string
does not start with the search
string:
false
false
False
false
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!