macro_rules! fancy_regex_cached {
($pattern:expr) => { ... };
}
Expand description
Macro for getting fancy regex from global cache
macro_rules! fancy_regex_cached {
($pattern:expr) => { ... };
}
Macro for getting fancy regex from global cache