macro_rules! regex {
($source:literal) => { ... };
($source:expr) => { ... };
}
Expand description
Create a Pattern::Regex from the given input
macro_rules! regex {
($source:literal) => { ... };
($source:expr) => { ... };
}
Create a Pattern::Regex from the given input