Design comparison
Solution retrospective
How I can use regular expressions to validate email input? I know it existis, but I'm not use it
Community feedback
- @DiarrahPosted over 4 years ago
I use the same email validation regex I got from Stackoverflow in all my projects that need a valid email.
If you go to my profile & look at my code for this (or another project) you'll find it in the JS.
Hope that helps! Diarrah
3@renatobmpsPosted over 4 years ago@Diarrah
Thanks for your contribution, @Diarrah!
I will be following the same :)
I'm new here, sorry, but there is any way to follow your solutions?
0@DiarrahPosted over 4 years ago@renatobmps Hmmm idk if there's a way to follow other users but I know you can bookmark solutions.
0@renatobmpsPosted over 4 years ago@Diarrah, I'll try.
I found your regex to email and I follow you on Github to see your awesome codes! :)
Thanks a lot!!
1 - @tspinjacPosted over 4 years ago
@OP: take a look at https://stackoverflow.com/questions/46155/how-to-validate-an-email-address-in-javascript for regex validation, I've used that.
Btw your solution site is not responsive, liked your custom validation tho. Good luck
2@renatobmpsPosted over 4 years ago@tspinjac thanks for the tips!
Link is saved! 😁
About responsive, I was just doing like the exercise proposed, with breakpoint at 375px. It's wrong? Though it, I would like to use about ~ 400px
Maybe my English is not very well yet, but suggestions and corrections are always welcome!! Thank you!!
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord