strip

Macro strip 

Source
macro_rules! strip {
    ($value:expr, $( $tag:expr ),+ $(,)?) => { ... };
}