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.
macro_rules! regex {
($re:expr $(,)?) => { ... };
}
Creates a static regex and returns a reference to it.
See the crate level documentation for more information.