strip_surrounds

Function strip_surrounds 

Source
pub fn strip_surrounds<'a>(
    on: &'a str,
    left: &str,
    right: &str,
) -> Option<&'a str>