Code Type:
Code Scope of Action:
Code First Added:
Code Altered:
Boolean Comparison [other codes of this type]
item [codes with similar scope]
Already in v5.0.0
format"
DEPRECATED - use ^value(String.contains("pattern"))^. See ^value^, String.contains().
^endsWith( target, data )^
If the target ends with the data, this condition is true. Comparisons are always case-sensitive.
Examples:
^endsWith(Lemon Tree,emo)^
is: false
^endsWith(Lemon Tree,ee)^
is: true