pub fn strip_outer_quotes(s: &str) -> &str
Strip a single outer pair of "..." from CST source text.
"..."
Returns the input unchanged when it is not bracketed by quotes.