I've been looking for a simple way of checking that a string is an e-mail
address. I don't need to check if the address exists, just if the format of
the string matches. There seem to be lots of different methods, can someone
suggest which is the best, with justification. I'm not looking for total
accuracy, I'd much rather let a few false positives through than get any
false negatives.
Many thanks
address. I don't need to check if the address exists, just if the format of
the string matches. There seem to be lots of different methods, can someone
suggest which is the best, with justification. I'm not looking for total
accuracy, I'd much rather let a few false positives through than get any
false negatives.
Many thanks
Comment