Versions Compared

Key

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

...

Note that special character literals like $, %, and ^ should be escaped where appropriate in the regular expression via double backslashes. Creating invalid regular expressions will cause the field (or other fields) to pass validation when they otherwise should notAdditionally, so should special characters in JSON format, like quotes (") and back slashes (\)themselves. Creating invalid JSON will cause all fields to pass validation because the JSON cannot be parsed to retrieve the rules. Creating invalid regular expressions will cause unexpected behavior.

Notifications

Notifications allow the universal module to post to a given URL or email a given address when a certain action occurs.

...