vibe-d ~master (2022-11-16T10:14:41Z)
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.