Skip to main content

is_quoted_string

Function is_quoted_string 

Source
pub fn is_quoted_string(s: &str) -> bool
Expand description

Check if a string is a quoted string literal.

Accepts both single and double quoted strings. Does not validate escape sequences - just checks for matching quotes.