JavaScript

Functions

Link copied to clipboard
open override fun escape(input: String): String

Escapes the input string for the target format.

Link copied to clipboard
open override fun unescape(input: String): String

Unescapes the input string from the target format.