CfParser.decodeAndSubstitute

private string decodeAndSubstitute(string s) @safe

Decodes escapes and substitutes environment references in a single scan.

`\$` produces a literal `$` that is never substituted; unescaped `${...}` references are substituted in place.

Parameters

sThe unquoted string content

Returns

The decoded, substituted string.