Versions Compared

Key

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

...

  • regex (string)
    • Required attribute, specifies the regular expression to match against.
  • ignoreCase (boolean) (defaults to true)
    • Deprecated in V2.6
    • Controls case option in regex engine. Per the warning above, the default of "true" was mistakenly implemented to mean "don't ignore case", so this setting should almost always be set to "false". A replacement setting will be provided in a subsequent release.

...