{
    "content": [
        {
            "type": "text",
            "text": "# Regexp::Common::URI::telnet (perldoc)\n\n## NAME\n\nRegexp::Common::URI::telnet -- Returns a pattern for telnet URIs.\n\n## SYNOPSIS\n\nuse Regexp::Common qw /URI/;\nwhile (<>) {\n/$RE{URI}{telnet}/       and  print \"Contains a telnet URI.\\n\";\n}\n\n## DESCRIPTION\n\n$RE{URI}{telnet}\nReturns a pattern that matches *telnet* URIs, as defined by RFC 1738. Telnet URIs have the form:\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::telnet",
        "section": "",
        "mode": "perldoc",
        "summary": "Regexp::Common::URI::telnet -- Returns a pattern for telnet URIs.",
        "synopsis": "use Regexp::Common qw /URI/;\nwhile (<>) {\n/$RE{URI}{telnet}/       and  print \"Contains a telnet 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": 25,
                "subsections": []
            },
            {
                "name": "REFERENCES",
                "lines": 4,
                "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::telnet -- Returns a pattern for telnet URIs.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Regexp::Common qw /URI/;\n\nwhile (<>) {\n/$RE{URI}{telnet}/       and  print \"Contains a telnet URI.\\n\";\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "$RE{URI}{telnet}\nReturns a pattern that matches *telnet* URIs, as defined by RFC 1738. Telnet URIs have the form:\n\n\"telnet:\" \"//\" [ user [ \":\" password ] \"@\" ] host [ \":\" port ] [ \"/\" ]\n\nUnder \"{-keep}\", the following are returned:\n\n$1  The complete URI.\n\n$2  The scheme.\n\n$3  The username:password combo, or just the username if there is no password.\n\n$4  The username, if given.\n\n$5  The password, if given.\n\n$6  The host:port combo, or just the host if there's no port.\n\n$7  The host.\n\n$8  The port, if given.\n\n$9  The trailing slash, if any.\n",
                "subsections": []
            },
            "REFERENCES": {
                "content": "[RFC 1738]\nBerners-Lee, Tim, Masinter, L., McCahill, M.: *Uniform Resource Locators (URL)*. December\n1994.\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": []
            }
        }
    }
}