Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f498704

Browse files
committed
doc: Tiny whitespace fix
1 parent e1d25de commit f498704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

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

0 commit comments

Comments
 (0)