Macro regex

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