{
    "content": [
        {
            "type": "text",
            "text": "# Regexp::Common::URI::tv (perldoc)\n\n## NAME\n\nRegexp::Common::URI::tv -- Returns a pattern for tv URIs.\n\n## SYNOPSIS\n\nuse Regexp::Common qw /URI/;\nwhile (<>) {\n/$RE{URI}{tv}/       and  print \"Contains a tv URI.\\n\";\n}\n\n## DESCRIPTION\n\n$RE{URI}{tv}\nReturns a pattern that recognizes TV uris as per an Internet draft [DRAFT-URI-TV].\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **REFERENCES**\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::URI::tv",
        "section": "",
        "mode": "perldoc",
        "summary": "Regexp::Common::URI::tv -- Returns a pattern for tv URIs.",
        "synopsis": "use Regexp::Common qw /URI/;\nwhile (<>) {\n/$RE{URI}{tv}/       and  print \"Contains a tv URI.\\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": 11,
                "subsections": []
            },
            {
                "name": "REFERENCES",
                "lines": 8,
                "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::URI::tv -- Returns a pattern for tv URIs.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Regexp::Common qw /URI/;\n\nwhile (<>) {\n/$RE{URI}{tv}/       and  print \"Contains a tv URI.\\n\";\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "$RE{URI}{tv}\nReturns a pattern that recognizes TV uris as per an Internet draft [DRAFT-URI-TV].\n\nUnder \"{-keep}\", the following are returned:\n\n$1  The entire URI.\n\n$2  The scheme.\n\n$3  The host.\n",
                "subsections": []
            },
            "REFERENCES": {
                "content": "[DRAFT-URI-TV]\nZigmond, D. and Vickers, M: *Uniform Resource Identifiers for Television Broadcasts*.\nDecember 2000.\n\n[RFC 2396]\nBerners-Lee, Tim, Fielding, R., and Masinter, L.: *Uniform Resource Identifiers (URI):\nGeneric Syntax*. August 1998.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Regexp::Common::URI for other supported URIs.\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": "Bound to be plenty.\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": []
            }
        }
    }
}