attr_string

Function attr_string 

Source
pub fn attr_string<'a>(input: &mut &'a str) -> ModalResult<&'a str>
Expand description

Parses a xml attribute string(surrounded double quotes), e.g. "string"

ยงErrors

When parse failed.