regex pattern for numbers and alphabets only code example Example: regex notation for alphabet characters /^[A-Z]+$/i /^[A-Za-z]+$/