Template Function detail::unescape

Function Documentation

template<typename StringType>
static void detail::unescape(StringType &s)

string unescaping as described in RFC 6901 (Sect. 4)

Note the order of escaping “~1” to “/” and “~0” to “~” is important.

Parameters:

s[in] string to unescape

Returns:

unescaped string