verex::or! [] [src]

macro_rules! or {
    ( $first_string:expr, $( $string:expr ),* ) => { ... };
}

Match any of the given sub-expressions