URLCoder

open class URLCoder

Url Decoder and Encoder for simplified de-/en- coding of urls without passing everytime the UTF-8 charset.

Functions

Link copied to clipboard
open fun decodeURL(url: String): String
Decode your URL.
Link copied to clipboard
open fun encodeURL(url: String): String
Encode your URL.