{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Untaint::printable (perldoc)\n\n## NAME\n\nCGI::Untaint::printable - validate as a printable value\n\n## SYNOPSIS\n\nmy $name = $handler->extract(-asprintable => 'name');\n\n## DESCRIPTION\n\nThis Input Handler verifies that it is dealing with an 'printable' string i.e. characters in the\nrange \\040-\\377 (plus \\r and \\n).\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Untaint::printable",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Untaint::printable - validate as a printable value",
        "synopsis": "my $name = $handler->extract(-asprintable => 'name');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Untaint::printable - validate as a printable value\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $name = $handler->extract(-asprintable => 'name');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This Input Handler verifies that it is dealing with an 'printable' string i.e. characters in the\nrange \\040-\\377 (plus \\r and \\n).\n\nThe empty string is taken to be printable.\n\nThis is occasionally a useful 'fallback' pattern, but in general you will want to write your own\npatterns to be stricter.\n",
                "subsections": []
            }
        }
    }
}