unescape

open fun unescape(string: String): String

Removes XML escapes from the string.

Return

string with converted entities

Parameters

string

string to remove escapes from