Define a set of lazy static statically compiled regexes, with a block
or expression for each one. The first matching expression is computed
with the named capture groups declaring &str variables available for this
computation.
If no regex matches, return None.
Return an instance of once_cell::sync::Lazy<regex::Regex> or
once_cell::sync::Lazy<regex::bytes::Regex> that
you can use in a public static declaration.
Define a set of lazy static statically compiled regexes, with a block
or expression for each one. The first matching expression is computed
with the named capture groups declaring &str variables available for this
computation.
If no regex matches, return None.