Design comparison
SolutionDesign
Solution retrospective
Any recommendations will be greatly appreciated.
Community feedback
- @HamzaouladevPosted about 2 years ago
Hello Yefry Sanchez!
a quick tip when it comes to validating inputs, using regular expressions (RegEx) would prove very handy here, because it is a very robust way to make sure only valid formats will go through. for example an email format like this
example@[email protected]
or thisexample@@domain.com
should not go through. I invite you to read up on the topic herekeep hacking!
Marked as helpful0
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