Macro re

Source
macro_rules! re {
    ($($tokens:tt)*) => { ... };
    ($expr:expr) => { ... };
}
Expand description

Creates a new instance of Regex