Function urlEncode
T[] urlEncode(T)
(
T[] str,
const(char)[] allowed_chars = null
)
if (is(T[] : const(char)[]));
Returns
the URL encoded version of a given string, in a newly-allocated string.