vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
urlEncode
index
vibe
textfilter
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
Source
See Implementation
index
vibe
textfilter
urlencode
functions
filterURLDecode
filterURLEncode
formDecode
formEncode
isURLEncoded
urlDecode
urlEncode