Type Alias StaticRegex

Source
pub type StaticRegex = &'static Regex;
Available on crate feature regex only.
Expand description

Represents static regular expressions (as returned in get of TypeRegex).