module PortRegexes

Constants

N_1_65535

Number between 1 and 65535, with lookahead at the end so that we don't match “6789” in the string “67890”, and in turn we don't eventually match “host:6789” in “host:67890”. */

PORT

Optional colon-prefixed port, e.g. “:1080”, “” */