vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
isURLEncoded
index
vibe
textfilter
urlencode
Checks whether a given string has valid URL encoding.
@
safe
nothrow
bool
isURLEncoded
(
const
(
char
)[]
str
,
const
(
char
)[]
reserved_chars
= null
)
Meta
Source
See Implementation
index
vibe
textfilter
urlencode
functions
filterURLDecode
filterURLEncode
formDecode
formEncode
isURLEncoded
urlDecode
urlEncode
Checks whether a given string has valid URL encoding.