Versions Compared

Key

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

...

Code Block
languagejson
{
  "calculate": {
    "calculateExpression": "calcEDD('LMP')"
  }
}

...

...

doesNotMatchExpression

This helper allows users to validate fields against regular expressions eg. in the failsWhenExpression as below

...