pub fn sp_string<'a>(s: &'static str) -> SpanParser<'a>Expand description
Match exact string literal (byte comparison).
The string must be 'static (string literals, leaked strings).
pub fn sp_string<'a>(s: &'static str) -> SpanParser<'a>Match exact string literal (byte comparison).
The string must be 'static (string literals, leaked strings).