Kaba function string.escape ed

"Add escapes to "problematic" characters (tab, linebreak, quotation, null)."hello<TAB>world,<LINEBREAK>...".escape() -> "hello\tworld\n,..."."

Syntax ed

func pure string.escape() -> string

Return ed

...