{
    "mode": "info",
    "parameter": "Types::Common::String",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/info/Types%3A%3ACommon%3A%3AString/json",
    "generated": "2026-07-05T13:31:06Z",
    "sections": {
        "Types::Common::String(User Contributed Perl DocumentTypes::Common::String(3pm)": {
            "content": "",
            "subsections": []
        },
        "NAME": {
            "content": "Types::Common::String - drop-in replacement for\nMooseX::Types::Common::String\n",
            "subsections": []
        },
        "STATUS": {
            "content": "This module is covered by the Type-Tiny stability policy.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A drop-in replacement for MooseX::Types::Common::String.\n\nTypes\nThe following types are similar to those described in\nMooseX::Types::Common::String.\n\no   SimpleStr\n\no   NonEmptySimpleStr\n\no   NumericCode\n\no   LowerCaseSimpleStr\n\no   UpperCaseSimpleStr\n\no   Password\n\no   StrongPassword\n\no   NonEmptyStr\n\no   LowerCaseStr\n\no   UpperCaseStr\n\nThis module also defines an extra type constraint not found in\nMooseX::Types::Common::String.\n\no   StrLength[`min, `max]\n\nType constraint for a string between min and max characters long.\nFor example:\n\nStrLength[4, 20]\n\nIt is sometimes useful to combine this with another type constraint\nin an intersection.\n\n(LowerCaseStr) & (StrLength[4, 20])\n\nThe max length can be omitted.\n\nStrLength[10]   # at least 10 characters\n\nLengths are inclusive.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "Please report any bugs to\n<https://github.com/tobyink/p5-type-tiny/issues>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Types::Standard, Types::Common::Numeric.\n\nMooseX::Types::Common, MooseX::Types::Common::Numeric,\nMooseX::Types::Common::String.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Toby Inkster <tobyink@cpan.org>.\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENCE": {
            "content": "This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n",
            "subsections": []
        },
        "DISCLAIMER OF WARRANTIES": {
            "content": "THIS PACKAGE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED\nWARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF\nMERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n\nperl v5.32.1                      2021-08-31        Types::Common::String(3pm)",
            "subsections": []
        }
    },
    "summary": "Types::Common::String - drop-in replacement for MooseX::Types::Common::String",
    "flags": [],
    "examples": [],
    "see_also": []
}