parse_ident

Function parse_ident 

pub fn parse_ident<'a, E>(input: &'a str) -> Result<(&'a str, &'a str), Err<E>>
where E: ParseError<&'a str>,
Expand description

r“[a-zA-Z0-9_-./]+“