Java Validation: Validating an Email

Опубликовано: 05 Октябрь 2024
на канале: Max O'Didily
35,120
270

Java Validation: Validating an Email

Greetings, it is Max ODidily here with another validation tutorial and today we shall be validating an email address the user may input in your application. We will be using Regexes to make life easy. I hope you enjoy and have a fabulous day.

Email Regex used in this video: "^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,6}$"

Source code: https://hastebin.com/uzamewekev.java

Why not subscribe to keep notified when I upload?
https://tinyurl.com/SubMaxODidily

Social media:
Instagram:   / mcod1999  
Twitter:   / mcod1999  
Mandown: https://www.mandowngg.com/

Java Validation: Validating an Email