conv_ex

Undocumented in source.

Members

Functions

decodeEscapes
auto decodeEscapes(Source s)

Parse/Decode Escape Sequences in $(S s) into Unicode Characters dchar.

decodeEscapesToUTF16
wstring decodeEscapesToUTF16(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeEscapesToUTF8
string decodeEscapesToUTF8(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
to
CommonType!(T, U) to(S value, U defaultValue)

Variant of std.conv.to with defaultValue making it nothrow.

tolerantTo
auto tolerantTo(S t, bool tryStrippingPluralS, bool tryToLower, bool tryLevenshtein, size_t levenshteinMaxDistance)

More tolerant variant of std.conv.to.

unescape
auto unescape(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
unescaped
auto unescaped(S s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta