Page tree

Versions Compared

Key

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

...

D s product
rtrue
 supports a set of special characters for regular expressions that are common to all of the execution engines supported by the platform.In regular expressions, the backslash character is

Slashes

The forward slash character is used to denote the boundaries of the regular expression:

Code Block
/this_is_my_regular_expression/
  • The backslash character (\) is the escaping character. It can be used to denote an escaped character, a string, literal, or one of the set of supported special characters.

...