macro_rules! string_pattern {
    ($expr:expr $(,)?) => { ... };
}