doUnescape

Unescape value. If value does not need unescaping this function returns original value.

@trusted nothrow pure
inout(char)[]
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