Function jpar::characters::read_text_no_case[][src]

pub fn read_text_no_case<'a, C, Err>(
    text: &'a str
) -> impl FnMut(&mut Reader<'a, Err, C>) -> ParserResult<&'a str, Err>

Reads a text without taking into account the casing of the text.