pub fn escape<'a>(text: &'a str) -> Cow<'a, str>
Expand description

Converts text with all the special characters escape with a backslash