{
    "mode": "perldoc",
    "parameter": "Regexp::Common::URI::prospero",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Regexp%3A%3ACommon%3A%3AURI%3A%3Aprospero/json",
    "generated": "2026-06-17T19:39:47Z",
    "synopsis": "use Regexp::Common qw /URI/;\nwhile (<>) {\n/$RE{URI}{prospero}/ and print \"Contains a prospero URI.\\n\";\n}",
    "sections": {
        "NAME": {
            "content": "Regexp::Common::URI::prospero -- Returns a pattern for prospero URIs.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Regexp::Common qw /URI/;\n\nwhile (<>) {\n/$RE{URI}{prospero}/ and print \"Contains a prospero URI.\\n\";\n}\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "$RE{URI}{prospero}\nReturns a pattern that matches *prospero* URIs, as defined by RFC 1738. prospero URIs have the\nform:\n\n\"prospero:\" \"//\" host [ \":\" port ] \"/\" path [ fieldspec ] *\n\nUnder \"{-keep}\", the following are returned:\n\n$1  The complete URI.\n\n$2  The *scheme*.\n\n$3  The *hostname*.\n\n$4  The *port*, if given.\n\n$5  The propero path.\n\n$6  The field specifications, if given. There can be more field specifications; they will all be\nreturned in $6.\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": "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": []
        }
    },
    "summary": "Regexp::Common::URI::prospero -- Returns a pattern for prospero URIs.",
    "flags": [],
    "examples": [],
    "see_also": []
}