Decodes any %## encoding in the given string. Plus symbols ('+') are decoded to a space character.
%##
urldecode(str);
The string to be decoded. [as string]
Returns the decoded string.