Expand description
Macros§
- Compiles the given regex using the
fancy_regexcrate and tries to match the given value. If the value matches the regex, the macro will expand to the first expression. Otherwise it will expand to the second expression.
fancy_regex crate and tries to match the given value. If
the value matches the regex, the macro will expand to the first expression. Otherwise it will
expand to the second expression.