Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are six comparators:

Anchor
EQ
EQ

EQ - Equal

The equal comparator, EQ, evaluates to true if both the left and right-hand values are equal to each other. If one or more of the values contains alpha characters (non-numeric), the comparison is case insensitive. That is, a word that is all lower case would be equal to the same word if it were all upper case (for example: dog would be equal to DOG).

...