CfParser.decodeAndSubstitute
private
string decodeAndSubstitute(string s) @safeDecodes escapes and substitutes environment references in a single scan.
`\$` produces a literal `$` that is never substituted; unescaped `${...}` references are substituted in place.
Parameters
s | The unquoted string content |
Returns
The decoded, substituted string.