Detect the Email Addresses

  • + 2 comments

    Shouldn't the problem define what would a "valid" email address look like? I have checked my regex quite a few times. I might have missed some cases, but it's like guessing in the dark!

    As a last resort, I can of course download the failed test cases and check them but well, it might actually be better for everyone if the problem states the validity criteria clearly.

    Thanks!