Function formDecode
Returns the decoded version of a form encoded string.
T[] formDecode(T)
(
T[] str
)
if (is(T[] : const(char)[]));
Form encoding is the same as normal URL encoding, except that spaces are replaced by plus characters.