EndsWith Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki

Checks whether haystack ends with needle, returns a boolean value. This operator ignores the case.

What Type
Syntax EndsWith(haystack, needle)
haystack string
needle string
Return type bool

Example: EndsWith($companyName, "Ltd.")