[][src]Static regexp::is_match::uri::authority::PORT

pub static PORT: fn(_: &str) -> bool

Scheme.

Example:

use regexp::is_match::uri::authority::PORT;
assert!(PORT("80"));