macro_rules! fancy_regex_cached {
($pattern:expr) => { ... };
}Expand description
Macro for getting fancy regex from global cache.
ยงPanics
Panics if the regex pattern is invalid. This is acceptable for static patterns where we want to fail fast during development.