strings:EndsWith |
Evaluates whether or not a string value ends with another string value, heeding case. Returns a boolean.
Syntax
Both value1 and value2 are required string values. The result evaluates to true() if value1 ends with value2, and otherwise evaluates to false().
Example
The result value is: false() |