Skip to main content

strip_outer_quotes

Function strip_outer_quotes 

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

Strip a single outer pair of "..." from CST source text.

Returns the input unchanged when it is not bracketed by quotes.