vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
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.