regex

Macro regex 

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

Create a Pattern::Regex from the given input