StartsWith
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
StartsWith( value, search )
starts_with( value, search )
StartsWith( value, search )
StartsWith( value, search )
StartsWith( 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.