FORMULA LANGUAGE


@Ends
Example

Determines if a substring is at the end of a string.

Syntax

@Ends( string ; substring )

Parameters

string


substring
Return value

flag

Usage

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