vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
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