CfParser.substituteEnvVarsInString
string substituteEnvVarsInString(string input, Location loc) @safeSubstitutes environment variables in a string.
Scans the string for ${VAR} patterns and replaces them with the corresponding environment variable values.
Parameters
input | The string content to process |
loc | Source location for error reporting |
Returns
The string with all environment variables substituted.