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 3ffc3ef commit ee50a19Copy full SHA for ee50a19
docs/HowToUsePyparsing.rst
@@ -5,8 +5,8 @@ Using the pyparsing module
5
:author: Paul McGuire
6
:address: [email protected]
7
8
-:revision: 3.1.1
9
-:date: July, 2023
+:revision: 3.1.3
+:date: August, 2024
10
11
:copyright: Copyright |copy| 2003-2023 Paul McGuire.
12
@@ -818,6 +818,10 @@ Special subclasses
818
program, insert it into the ``Forward`` object using the ``<<=``
819
operator (see fourFn.py_ for an example).
820
821
+- ``Tag`` - a non-parsing token that always matches, and inserts
822
+ a tag and value into the current parsed tokens; useful for adding
823
+ metadata or annotations to parsed results (see tag_example.py_).
824
+
825
826
Other classes
827
-------------
0 commit comments