EndsWith
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
EndsWith( value, search )
ends_with( value, search )
EndsWith( value, search )
EndsWith( value, search )
EndsWith( value, search )
EndsWith( value, search )
Description
The EndsWith
function returns true
when the value
string ends
with the search
string, or false
when it does not.