Skip to content

Commit

Permalink
Update confluent.json
Browse files Browse the repository at this point in the history
Updating Email Regex pattern
  • Loading branch information
rohanand-MS authored Oct 22, 2020
1 parent a3c19b3 commit 842ac69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
},
"emailAddress": {
"description": "Email address",
"pattern": "^[\\w\\.\\-+!%\"\\s]+@[a-zA-Z_]+?\\.[a-zA-Z]{2,3}$",
"pattern": "^[\\w\\.\\-+!%\"\\s]+@[a-zA-Z0-9_\\-]+?\\.[a-zA-Z0-9]{2,7}$",
"type": "string"
}
}
Expand Down

0 comments on commit 842ac69

Please sign in to comment.