Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9aec81

Browse files
committed
Please find enclosed a patch exemplifying typical use of the ARE
Class-Shorthand Escapes<C2><AE>. I believe it will help intrepid regexusers. :)David Fetter
1 parented96bfd commite9aec81

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.182 2003/12/16 15:27:58 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.183 2003/12/18 03:59:07 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -3134,7 +3134,10 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
31343134
<note>
31353135
<para>
31363136
Keep in mind that an escape's leading <literal>\</> will need to be
3137-
doubled when entering the pattern as an SQL string constant.
3137+
doubled when entering the pattern as an SQL string constant. For example:
3138+
<programlisting>
3139+
'123' ~ '^\\d{3}' <lineannotation>true</lineannotation>
3140+
</programlisting>
31383141
</para>
31393142
</note>
31403143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp