Versions Compared

Key

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

...

  • ignoreCase - boolean; if true, value matching will be case-insensitive; defaults to false.  Incompatible with partialMatch.
  • partialMatch - boolean; if true, the <SourceValue> may match only a substring of the incoming value. Otherwise, it must match the entire value; defaults to false. This option is mutually exclusive with a regular expression based <SourceValue>.

...