PerCharacterEscaper

If your escape policy is "'123", it means this:

abc->abc
123->'1'2'3
I won't->I won''t

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun escape(input: String): String
Link copied to clipboard
fun unescape(input: String): String