ENDS
Result = String [ Not ] Ends Pattern
Returns
TRUE if the
String string ends with the
Pattern string.
If
Not is specified, the test is inverted.
This operator is case sensitive.
Examples
Print "Gambas" Ends "bas"
Print "Gambas" Ends "Bas"
Print "Gambas" Not Ends "War"
See also