Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix regex and remove old string comparators

...

Several built-in, infix operators allow testing for equality and inequality. For numbers, including <, >, <=, >=, ==, and != are used. For strings, eq, neq, and like are used.

The following are all valid predicate expressions:

...