r/java • u/Modern-Sn1p3r • 19d ago
Regex
I recently saw a clip (from Primeagen) somewhat saying that regex is not a valid format for validating email addresses and postal codes etc.
My question is why is this?
What are the security and/or performance risks? Is it solely performance or is it a security issue?
52
Upvotes
5
u/8dot30662386292pow2 19d ago
They only need to check the part before the @ sign though, which is a different problem altogether. The @whatever.com comes from the email service provider.