CfParser.substituteEnvVarsInString

string substituteEnvVarsInString(string input, Location loc) @safe

Substitutes environment variables in a string.

Scans the string for ${VAR} patterns and replaces them with the corresponding environment variable values.

Parameters

inputThe string content to process
locSource location for error reporting

Returns

The string with all environment variables substituted.