package
3.4.1
Repository: https://github.com/goccmack/gogll.git
Documentation: pkg.go.dev

# 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.