Function linefeed::complete::unescape

source ·
pub fn unescape(s: &str) -> Cow<'_, str>
Expand description

Unescapes a word by removing the backslash (\\) from escaped characters.