{
    "mode": "info",
    "parameter": "Regexp::Common::lingua",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/info/Regexp%3A%3ACommon%3A%3Alingua/json",
    "generated": "2026-07-05T09:27:46Z",
    "synopsis": "use Regexp::Common qw /lingua/;\nwhile (<>) {\n/^$RE{lingua}{palindrome}$/    and  print \"is a palindrome\\n\";\n}",
    "sections": {
        "Regexp::Common::linguaUser)Contributed Perl DocumenRegexp::Common::lingua(3pm)": {
            "content": "",
            "subsections": []
        },
        "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\nof the works of this interface.\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\nsame if you reverse it. By default, it only matches strings consisting\nof letters, but this can be changed using the \"{-chars}\" option.  This\noption 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\nlicenses:\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\nperl v5.24.1                      2017-06-17       Regexp::Common::lingua(3pm)",
            "subsections": []
        }
    },
    "summary": "Regexp::Common::lingua -- provide regexes for language related stuff.",
    "flags": [],
    "examples": [],
    "see_also": []
}