Macro regex

Source
macro_rules! regex {
    ($expr:expr) => { ... };
    ($expr:expr,) => { ... };
}
Expand description

Create and cache Regex object