unescape

open fun unescape(string: String): String

Convert %hh sequences to single characters, and convert plus to space.

Return

The unescaped string.

Parameters

string

A string that may contain + (plus) and %hh sequences.