helpers/validators library

Functions

validateConfigFileName(String fileName) bool
Validates that the given fileName is alphanumeric (with underscores as spaces) and does not start with a number.
validateVariableName(String fileName) bool
Validates that the given fileName is alphanumeric (with underscores as spaces), uppercase and does not start with a number.