Macro regex

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

Creates a static regex and returns a reference to it.

See the crate level documentation for more information.