bool isEnvironmentVariable(String input) { return _hasRegExpMatch(input, environmentVariableRegexp); }