The string to search for enviornment variables
A set of strings if environment variables are found, an empty set otherwise
The config object to iterate over
The overall config class to modify
The config layer being operated on
The current high level path to the properties being evaluated
Find and replace all known environment variables in a string
The string to replace environment variables in
The string with the environment variables replaced with their values
Replace the regex match with a string
The text string to perform the operations on
The regex match
The new string to replace the regex value
The modified string
The config object to iterate over
The overall config class to modify
The config layer being operated on
The current high level path to the properties being evaluated
Generated using TypeDoc
Find all environment variables in a given string and return the variable names