diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 290ba52e7ec..ecca7922ace 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -4642,16 +4642,6 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo; 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