We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56657f6 commit a2f6f7dCopy full SHA for a2f6f7d
Doc/library/re.rst
@@ -101,7 +101,7 @@ The special characters are:
101
``.``
102
(Dot.) In the default mode, this matches any character except a newline. If
103
the :const:`DOTALL` flag has been specified, this matches any character
104
- including a newline.
+ including a newline. ``(?s:.)`` matches any character regardless of flags.
105
106
.. index:: single: ^ (caret); in regular expressions
107
0 commit comments