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.
2 parents fe98e2f + 285e51b commit e240947Copy full SHA for e240947
1 file changed
Doc/library/re.rst
@@ -417,6 +417,9 @@ accepted by the regular expression parser::
417
\r \t \v \x
418
\\
419
420
+(Note that ``\b`` is used to represent word boundaries, and means "backspace"
421
+only inside character classes.)
422
+
423
Octal escapes are included in a limited form. If the first digit is a 0, or if
424
there are three octal digits, it is considered an octal escape. Otherwise, it is
425
a group reference. As for string literals, octal escapes are always at most
0 commit comments