escaped_char

Function escaped_char 

Source
pub fn escaped_char(input: &str) -> IResult<&str, &str>
Expand description
EscapedChar =
    Escape (Escape / DQUOTE / %s"b" / %s"f"
            / %s"n" / %s"r" / %s"t" / "/"
            / UnicodeEscape)