Posts by Caio Davi • 13 points
1 post
-
0
votes1
answer32
viewsQ: re.search also validates invalid emails
I’m having some problems with this email validation. Any text I put in it validates and accepts. What causes this? import re def email_validation(email): regex =…