{
    "content": [
        {
            "type": "text",
            "text": "# XML::RegExp (perldoc)\n\n## NAME\n\nXML::RegExp - Regular expressions for XML tokens\n\n## SYNOPSIS\n\nuse XML::RegExp;\nif ($myname =~ /^$XML::RegExp::Name$/)\n{\n# $myname is a valid XML 'Name'\n}\n\n## DESCRIPTION\n\nThis package contains regular expressions for the following XML tokens: BaseChar, Ideographic,\nLetter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken,\nand AttValue.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "XML::RegExp",
        "section": "",
        "mode": "perldoc",
        "summary": "XML::RegExp - Regular expressions for XML tokens",
        "synopsis": "use XML::RegExp;\nif ($myname =~ /^$XML::RegExp::Name$/)\n{\n# $myname is a valid XML 'Name'\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "XML::RegExp - Regular expressions for XML tokens\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use XML::RegExp;\n\nif ($myname =~ /^$XML::RegExp::Name$/)\n{\n# $myname is a valid XML 'Name'\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This package contains regular expressions for the following XML tokens: BaseChar, Ideographic,\nLetter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken,\nand AttValue.\n\nThe definitions of these tokens were taken from the XML spec (Extensible Markup Language 1.0) at\n<http://www.w3.org/TR/REC-xml>.\n\nAlso contains the regular expressions for the following tokens from the XML Namespaces spec at\n<http://www.w3.org/TR/REC-xml-names>: NCNameChar, NCName, QName, Prefix and LocalPart.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Original Author is Enno Derksen <enno@att.com>\n\nPlease send bugs, comments and suggestions to T.J. Mather <tjmather@tjmather.com>\n",
                "subsections": []
            }
        }
    }
}