pub(crate) fn scan_raw_string(
input: &str,
offset: usize,
unicode: bool,
allow_nul: bool,
) -> Result<(u8, usize), ParseError>Expand description
Reads and checks a raw (byte) string literal. Returns the number of hashes and the index when the suffix starts.