decode

fnstring decode(Char)(scope const(Char)[] encodedURI) if (isSomeChar!Char)

Decodes the URI string encodedURI into a UTF-8 string and returns it. Escape sequences that resolve to reserved URI characters are not replaced. Escape sequences that resolve to the '#' character are not replaced.