FORMULA LANGUAGE
Determines if a substring is at the end of a string.
Syntax
@Ends( string ; substring )
Parameters
string
flag
This function is case-sensitive.
If the either parameter is a list, the function tests each element of the second parameter against each element of the first parameter and returns 1 if any match occurs.
Example See Also