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 18dce3a commit e7f55ffCopy full SHA for e7f55ff
cheatsheet.rst
@@ -14,7 +14,9 @@ Special characters::
14
15
No special chars do anything special inside ``[]``, hence they don't need
16
escaping, except for ``']'`` and ``'-'``, which only need escaping if they are
17
-not the 1st char. e.g. ``'[]]'`` matches ``']'``.
+not the 1st char. e.g. ``'[]]'`` matches ``']'``. ``'^'`` also has special meaning,
18
+it negates the group if it's the first character in the ``[]``, and needs to be
19
+escaped if you want to match it literally.
20
21
Quantifiers::
22
0 commit comments