Macro assert_matches

Source
macro_rules! assert_matches {
    ($text:expr, $pattern:expr) => { ... };
}