verex::or!
[−]
[src]
macro_rules! or { ( $first_string:expr, $( $string:expr ),* ) => { ... }; }
Match any of the given values
macro_rules! or { ( $first_string:expr, $( $string:expr ),* ) => { ... }; }
Match any of the given values