CfParser.decodeEscapes

private string decodeEscapes(string s) @safe pure

Decodes escape sequences in a string.

Parameters

sThe string with escape sequences

Returns

The decoded string.