pub fn phrase_cs<'t, 's: 't, I>(
target: &'static str,
) -> impl Parser<'t, I, (), ParserError<'t, 's>> + Clonewhere
I: TokenInput<'t, 's>,Expand description
Case-sensitive counterpart of phrase_ci.
pub fn phrase_cs<'t, 's: 't, I>(
target: &'static str,
) -> impl Parser<'t, I, (), ParserError<'t, 's>> + Clonewhere
I: TokenInput<'t, 's>,Case-sensitive counterpart of phrase_ci.