formDecode

Returns the decoded version of a form encoded string.

Form encoding is the same as normal URL encoding, except that spaces are replaced by plus characters.

T[]
formDecode
(
T
)
(
T[] str
)
if (
is(T[] : const(char)[])
)

Meta