Skip to content
Martin Danielsson edited this page Jul 23, 2015 · 2 revisions

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.")

Clone this wiki locally