8000
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.
\s
1 parent 9878ca3 commit 4998d01Copy full SHA for 4998d01
Doc/library/re.rst
@@ -600,10 +600,9 @@ character ``'$'``.
600
601
``\s``
602
For Unicode (str) patterns:
603
- Matches Unicode whitespace characters (which includes
604
- ``[ \t\n\r\f\v]``, and also many other characters, for example the
605
- non-breaking spaces mandated by typography rules in many
606
- languages).
+ Matches Unicode whitespace characters (as defined by :py:meth:`str.isspace`).
+ This includes ``[ \t\n\r\f\v]``, and also many other characters, for example the
+ non-breaking spaces mandated by typography rules in many languages.
607
608
Matches ``[ \t\n\r\f\v]`` if the :py:const:`~re.ASCII` flag is used.
609
0 commit comments