quoteFromBytes

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
string
quoteFromBytes
(
immutable(ubyte)[] input
,
const(char)[] safe = "/"
)

Examples

assert (quoteFromBytes("abc def\x3f".representation) == "abc%20def%3F");

Meta