Standard-conforming literals have been the default for long enough that
it no longer seems necessary to go out of our way to tell people to write
regex escapes illegibly.
Non-capturing parentheses do not define subexpressions.
-
- Keep in mind that an escape's leading \> will need to be
- doubled when entering the pattern as an SQL string constant. For example:
-'123' ~ E'^\\d{3}' true
-
-
-
-
Regular Expression Character-entry Escapes