Macro regex

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

Lazy case-insensitive regex.