CfParser.substituteEnvVar
string substituteEnvVar(string raw, Location loc) @safeSubstitutes a single environment variable reference.
Parses ${VAR}, ${VAR:-default}, or ${VAR:?message} and returns the substituted value.
Parameters
raw | The raw token value including ${...} |
loc | Source location for error reporting |
Returns
The substituted value.