urlEncode

T[]
urlEncode
(
T
)
(
T[] str
,
const(char)[] allowed_chars = null
)
if (
is(T[] : const(char)[])
)

Return Value

Type: T[]

the URL encoded version of a given string, in a newly-allocated string.

Meta