Posts by Marcelo Augusto • 56 points
1 post
-
4
votes1
answer1531
viewsA: Email validation
You can use a method like the one below, if what you are looking for is just validate the format. private boolean validateEmailFormat(final String email) { if…