PROJECT_NAME_REGEX

private val PROJECT_NAME_REGEX: String = "^[a-zA-Z0-9_-]{1,15}$"

PROJECT_NAME_REGEX regex to validate the project name