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