IFBEGINSWITH(<haystack>,<needle>)

Category
Control Flow
Added in
v0.8.5

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

Example

IFBEGINSWITH("Hello World Example","Hello")
	// "Hello World Example" starts with "Hello"
ENDIF

Actions