Possible Duplicate:
What is the best regular expression for validating email addresses?
Duplicate: What is the best regular expression for validating email addresses?
I know this is a common question, but I still can't seem to find a great regular expression to use when validating email addresses.
I don't really have time to go read the spec and write my own. What have ya'll used before, and has it worked well? I don't really care about 100% matching the spec, but the closer the better.