Skip to main content

phrase_cs

Function phrase_cs 

Source
pub fn phrase_cs<'t, 's: 't, I>(
    target: &'static str,
) -> impl Parser<'t, I, (), ParserError<'t, 's>> + Clone
where I: TokenInput<'t, 's>,
Expand description

Case-sensitive counterpart of phrase_ci.