doUnescape

Unescape value.

@trusted nothrow pure
doUnescape
(
inout(char)[] value
,
in Tuple!(char, char)[] pairs
)

Parameters

value inout(char)[]

string to unescape

pairs Tuple!(char, char)[]

pairs of escaped characters and their unescaped forms.

Meta