Dittofi
Search
K
Comment on page

Ends With

Description

Finds if a text variable ends with a specified text string. The search is 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".