Validate email in Java using Regex

1
2
import java.util.regex.Matcher;
import java.util.regex.Pattern;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Simple snippet showing the usage o Regex in Java to validate an email address.

#java #email #regex #validation

#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.