Macro regex

Source
macro_rules! regex {
    ($re:expr) => { ... };
    ($re:expr, $flags:literal) => { ... };
}