helpers/validators library
Functions
-
validateConfigFileName(
String fileName) → bool -
Validates that the given
fileNameis alphanumeric (with underscores as spaces) and does not start with a number. -
validateVariableName(
String fileName) → bool -
Validates that the given
fileNameis alphanumeric (with underscores as spaces), uppercase and does not start with a number.