Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: deprecate ignoreCase. add caseSensitive

...

  • ignoreCase (boolean) (defaults to false)
    • If true, the case-ignoring option is set for the regular expression engine.
    • Deprecated from version 2.6

Version 2.6 and Above

  • CaseSensitive (boolean) (defaults to true).
    • If false, the case-ignoring option is set for the regular expression engine. 

Element Content

The element's content consists of a single regular expression to use.