Function isURLEncoded
Checks whether a given string has valid URL encoding.
bool isURLEncoded
(
const(char)[] str,
const(char)[] reserved_chars = null
) nothrow @safe;
Checks whether a given string has valid URL encoding.
bool isURLEncoded
(
const(char)[] str,
const(char)[] reserved_chars = null
) nothrow @safe;