Skip to main content

unescape_whitespace

Function unescape_whitespace 

Source
pub fn unescape_whitespace(token: &str) -> String
Expand description

Remove backslash-escaped whitespace from a token.

A backslash followed by an ASCII whitespace character is replaced by the whitespace character itself. All other characters are passed through.