[][src]Macro subscript::url_pattern

macro_rules! url_pattern {
    (_) => { ... };
    ([]) => { ... };
    ([$($x:tt)*]) => { ... };
}