unquote_str

Function unquote_str 

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

Return a string with all the quoting removed.

ยงArguments

  • s - The string to unquote.