# Functions
Escape returns a copy of s with all "\t\r\n\\ escaped.
EscapeAll returns the elements of ss escaped.
EscapeRune returns r escaped if in set: "\t\r\n\\.
StripEscape returns a copy of s with string literal escape sequences replaced by their escape characters.