unescape_string


Description:

public static string unescape_string (string s)

Unescapes a string according to RFC2426, section 5.

Parameters:

s

the string to unescape

Returns:

A newly allocated, unescaped string.