Thanks to visit codestin.com Credit goes to github.com
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 8663e34 commit 23f4fb9Copy full SHA for 23f4fb9
1 file changed
Doc/howto/regex.rst
@@ -107,7 +107,10 @@ meaning: ``\[`` or ``\\``.
107
Some of the special sequences beginning with ``'\'`` represent predefined sets
108
of characters that are often useful, such as the set of digits, the set of
109
letters, or the set of anything that isn't whitespace. The following predefined
110
-special sequences are available:
+special sequences are a subset of those available. The equivalent classes are
111
+for bytes patterns. For a complete list of sequences and expanded class
112
+definitions for Unicode string patterns, see the last part of
113
+:ref:`Regular Expression Syntax <re-syntax>`.
114
115
``\d``
116
Matches any decimal digit; this is equivalent to the class ``[0-9]``.
0 commit comments