Skip to main content

scan_string_token_len

Function scan_string_token_len 

Source
fn scan_string_token_len(bytes: &[u8], start: usize) -> usize
Expand description

Length of a string token. May be a normal '...' or extended E'...' / e'...' form (the E prefix is part of the token offset).