xmlUnescape

Decode XML entities into UTF8 string. Eg. "&" -> "&", "&" -> "&", "&" -> "&" Throws TextException on failure The given string is modified.

String
xmlUnescape
(
String str
)

Meta