Skip to content
Discussion options

You must be logged in to vote

Are you trying to use any uppercase letters?

Here's how that check is performed:

if [[ "$email" =~ [A-Z] ]]; then
fail "Email addresses cannot contain uppercase letters"
fi

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@vbrothanek
Comment options

@dougburks
Comment options

@vbrothanek
Comment options

@tswiderski1
Comment options

Answer selected by dougburks
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants