fun escape(value: String): String
Escapes and encodes characters in string.
value - the string to encode.
value
Return the encoded string.