EndsWith

The function of “EndsWith” is to test if the field ends with the specified suffix. It returns “true” if it ends with the suffix otherwise it returns “false”.
Syntax
: endswith(field_name, “String”)
Example
: endswith([special_features] “es”)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.