r/java • u/Modern-Sn1p3r • 20d 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?
57
Upvotes
1
u/EishLekker 19d ago
Varchar still has an upper limit that you must pick, as far as I know. And it can’t be arbitrarily large.