Skip to main content

sp_string

Function sp_string 

Source
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).