pub fn is_quoted_string(s: &str) -> bool
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.