{
    "content": [
        {
            "type": "text",
            "text": "# Types::Common::String (perldoc)\n\n## NAME\n\nTypes::Common::String - drop-in replacement for MooseX::Types::Common::String\n\n## DESCRIPTION\n\nA drop-in replacement for MooseX::Types::Common::String.\n\n## Sections\n\n- **NAME**\n- **STATUS**\n- **DESCRIPTION** (1 subsections)\n- **BUGS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENCE**\n- **DISCLAIMER OF WARRANTIES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Types::Common::String",
        "section": "",
        "mode": "perldoc",
        "summary": "Types::Common::String - drop-in replacement for MooseX::Types::Common::String",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "STATUS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": [
                    {
                        "name": "Types",
                        "lines": 40
                    }
                ]
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENCE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DISCLAIMER OF WARRANTIES",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Types::Common::String - drop-in replacement for MooseX::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",
                "subsections": [
                    {
                        "name": "Types",
                        "content": "The following types are similar to those described in MooseX::Types::Common::String.\n\n*   SimpleStr\n\n*   NonEmptySimpleStr\n\n*   NumericCode\n\n*   LowerCaseSimpleStr\n\n*   UpperCaseSimpleStr\n\n*   Password\n\n*   StrongPassword\n\n*   NonEmptyStr\n\n*   LowerCaseStr\n\n*   UpperCaseStr\n\nThis module also defines an extra type constraint not found in MooseX::Types::Common::String.\n\n*   StrLength[`min, `max]\n\nType constraint for a string between min and max characters long. For example:\n\nStrLength[4, 20]\n\nIt is sometimes useful to combine this with another type constraint in 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"
                    }
                ]
            },
            "BUGS": {
                "content": "Please report any bugs to <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, MooseX::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 the same terms as the Perl\n5 programming language system itself.\n",
                "subsections": []
            },
            "DISCLAIMER OF WARRANTIES": {
                "content": "THIS PACKAGE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\nWITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.\n",
                "subsections": []
            }
        }
    }
}