isURLEncoded

Checks whether a given string has valid URL encoding.

@safe nothrow
bool
isURLEncoded
(
const(char)[] str
,
const(char)[] reserved_chars = null
)

Meta