doc: Tiny whitespace fix

pull/3/head
Peter Eisentraut 13 years ago
parent e1d25de35a
commit f4987049ef
  1. 2
      doc/src/sgml/func.sgml

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

Loading…
Cancel
Save