LETTER_DIGIT_REGEX constant

String const LETTER_DIGIT_REGEX

Implementation

static const String LETTER_DIGIT_REGEX = "^[a-z0-9A-Z]+\$";