Please don\'t answer the obvious, but what are the limit signs that tell us a problem should not be solved using regular expressions?
For example: Why is a complete emai
A problem is too complex for regular expressions when constraints of the problem can change after the solution is written. So, in your example, how can you be sure an email address is valid when you do not have access to the target mail system to verify that the email address is attached to a valid user? You can't.