Other Iterative Comparison Operators

Other iterative comparison operators include the following:

  • All Must Match (Ignore Case)

    Same as All Must Match except string comparisons are case insensitive.

  • This Must Match (Ignore Case)

    Same as This Must Match except string comparisons are case insensitive.

  • None Can Match (Ignore Case)

    Same as None Can Match except string comparisons are case insensitive.

  • One Must Match (Ignore Case)

    Same as One Must Match except string comparisons are case insensitive.