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