IFCONTAINS(<haystack>,<needle>)

Category
Control Flow
Added in
v0.8.5

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

Example

IFCONTAINS("Hello World Example","World")
	// "World" is in "Hello World Example"
ENDIF

Actions