I Ends With

Description

Finds if a text variable ends with a specified text string. The search is not case sensitive.

Event Options

Variable

The text variable you wish to check the ending of.

Value

The text string to check the end of the Variable with.

As

Contains true if the Variable ends with the Value otherwise contains false.

Example

Variable

Hello World

Value

World

After running the event with the above options, the As option will be hold the value true because the Variable "Hello World" ends with the Value "World".

Last updated