1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

doc: Tiny whitespace fix

This commit is contained in:
Peter Eisentraut 2013-02-01 21:44:22 -05:00
parent e1d25de35a
commit f4987049ef

View File

@ -4981,7 +4981,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
will never match the newline character will never match the newline character
(so that matches will never cross newlines unless the RE (so that matches will never cross newlines unless the RE
explicitly arranges it) explicitly arranges it)
and <literal>^</>and <literal>$</> and <literal>^</> and <literal>$</>
will match the empty string after and before a newline will match the empty string after and before a newline
respectively, in addition to matching at beginning and end of string respectively, in addition to matching at beginning and end of string
respectively. respectively.