Input String
Output Number

This task allow to compare passed text using one of support functions. The task returns 1 if comparison result is TRUE; 0 otherwise.

The following are "Compare Text" Task properties.

Function: function to use:

- Begins with: check if passed text begins with the "Text" value

- Ends with: check if passed text ends with the "Text" value

- Contains: check if passed text contains the "Text" value

- Matches: check if passed text matches the "Text" Regex pattern

- Like: check if passed text likes to the "Text" value

See also:
Common Task Attributes
Task Options
Variable Types