Versions Compared

Key

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

...

Code Block
themeConfluence
languagejavascript
spicy = cheese like re/(nacho|pepperjack)/;
Info

Note that when the like operator is used inside a JSONPath expression, the second operand--representing the regular expression--is given as a string. '/(nacho|pepperjack)/'

The following are all valid predicate expressions:

...