[][src]Static regexp::is_match::ip::V6

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

IPv6Address.

Example:

use regexp::is_match::ip::V6;
assert!(V6("::"));