unquoteToBytes

@safe
immutable(ubyte)[]
unquoteToBytes
(
string input
)

Examples

assert (unquoteToBytes("abc%20def") == "abc def".representation);

Meta