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 bd9b0a3 commit 0554f90Copy full SHA for 0554f90
cheatsheet.rst
@@ -60,8 +60,7 @@ literals. Hence regex '``\n``' is same as regex '``\\n``'::
60
(or use a preceding zero, e.g. \0, \09)
61
\DD Decimal number 1 to 99, matches previous
62
numbered group
63
-.
64
+
65
Extensions. These do not cause grouping, except for ``(?P<name>...)``::
66
67
(?iLmsux) Matches empty string, letters set re.X flags
@@ -134,5 +133,6 @@ MatchObjects (returned from ``match()`` and ``search()``)::
134
133
135
136
Gleaned from the python 2.7 're' docs. http://docs.python.org/library/re.html
137
:Version: v0.2.1
138
:Contact: tartley@tartley.com
0 commit comments