We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55b4da commit ef83a34Copy full SHA for ef83a34
Doc/library/re.rst
@@ -632,8 +632,8 @@ character ``'$'``.
632
single: \x; in regular expressions
633
single: \\; in regular expressions
634
635
-Most of the standard escapes supported by Python string literals are also
636
-accepted by the regular expression parser::
+Most of the :ref:`standard escapes <escape-sequences>` supported by Python
+string literals are also accepted by the regular expression parser::
637
638
\a \b \f \n
639
\N \r \t \u
0 commit comments