Module | Dotenv::Substitutions::Variable |
In: |
lib/dotenv/substitutions/variable.rb
|
VARIABLE | = | / (\\)? (\$) ( # collect braces with var for sub \{? # allow brace wrapping ([A-Z0-9_]+) # match the variable \}? # closing brace ) /xi |