pub fn parse_ident<'a, E>(input: &'a str) -> Result<(&'a str, &'a str), Err<E>>where E: ParseError<&'a str>,
r“[a-zA-Z0-9_-./]+“