How to Validate an Email Address Using C# (Simple)

preview_player
Показать описание
How to Validate an Email Using C# (Simple)

Greetings, it is Max ODidily here with another C# 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.

Email regex used in this video: @"^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$"

Subscribe to keep notified when I upload:

How to Validate an Email Using C# (Simple)
Рекомендации по теме
Комментарии
Автор

Excellent Max. I used for my prototype project

ZodiacServices
Автор

hi man, i appreciate your effort, and yes i love to see a video about email regex

cscodeyt
Автор

please do a more advanced video on this, cheers mate

devoiddude
Автор

Thanks for this video 🍻, also is this the best way to validate email?

shivang