{
    "content": [
        {
            "type": "text",
            "text": "# Regexp::Common::lingua (perldoc)\n\n## NAME\n\nRegexp::Common::lingua -- provide regexes for language related stuff.\n\n## SYNOPSIS\n\nuse Regexp::Common qw /lingua/;\nwhile (<>) {\n/^$RE{lingua}{palindrome}$/    and  print \"is a palindrome\\n\";\n}\n\n## DESCRIPTION\n\nPlease consult the manual of Regexp::Common for a general description of the works of this\ninterface.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n- **MAINTENANCE**\n- **BUGS AND IRRITATIONS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Regexp::Common::lingua",
        "section": "",
        "mode": "perldoc",
        "summary": "Regexp::Common::lingua -- provide regexes for language related stuff.",
        "synopsis": "use Regexp::Common qw /lingua/;\nwhile (<>) {\n/^$RE{lingua}{palindrome}$/    and  print \"is a palindrome\\n\";\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MAINTENANCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS AND IRRITATIONS",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Regexp::Common::lingua -- provide regexes for language related stuff.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Regexp::Common qw /lingua/;\n\nwhile (<>) {\n/^$RE{lingua}{palindrome}$/    and  print \"is a palindrome\\n\";\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Please consult the manual of Regexp::Common for a general description of the works of this\ninterface.\n\nDo not use this module directly, but load it via *Regexp::Common*.\n\n$RE{lingua}{palindrome}\nReturns a pattern that recognizes a palindrome, a string that is the same if you reverse it. By\ndefault, it only matches strings consisting of letters, but this can be changed using the\n\"{-chars}\" option. This option takes a character class (default is \"[A-Za-z]\") as argument.\n\nIf \"{-keep}\" is used, only $1 will be set, and set to the entire match.\n\nThis pattern requires at least perl 5.6.0.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Regexp::Common for a general description of how to use this interface.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Damian Conway (damian@conway.org)\n",
                "subsections": []
            },
            "MAINTENANCE": {
                "content": "This package is maintained by Abigail (*regexp-common@abigail.be*).\n",
                "subsections": []
            },
            "BUGS AND IRRITATIONS": {
                "content": "Many regexes are missing. Send them in to *regexp-common@abigail.be*.\n\nLICENSE and COPYRIGHT\nThis software is Copyright (c) 2001 - 2017, Damian Conway and Abigail.\n\nThis module is free software, and maybe used under any of the following licenses:\n\n1) The Perl Artistic License.     See the file COPYRIGHT.AL.\n2) The Perl Artistic License 2.0. See the file COPYRIGHT.AL2.\n3) The BSD License.               See the file COPYRIGHT.BSD.\n4) The MIT License.               See the file COPYRIGHT.MIT.\n",
                "subsections": []
            }
        }
    }
}