IFENDSWITH(<haystack>,<needle>)

Category
Control Flow
Added in
v0.8.5

The actions following this action will only be executed when the <haystack> ends with <needle>.

Example

IFENDSWITH("Hello World Example","Example")
	// "Hello World Example" ends with "Example"
ENDIF

Actions