Guest User

Untitled

a guest
Mar 16th, 2018
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. email mails[16] = {
  2. "regex_cpp@net.br",
  3. "reg_ex.cpp@org.nz",
  4. "reg_ex.cpp@net.org.br",
  5. "regex_cpp@terra.com.br.net",
  6. "regex_cpp@hotmail.com",
  7. "regex_cpp@hotmail.com.br",
  8. "regex_cpp@yahoo.com",
  9. "regex_cpp@yahoo.com.br",
  10. "regex_cpp@gmail.com",
  11. "reg_ex.cpp@gmail.com.br",
  12. "regex_cpp@uol.com",
  13. "regex_cpp@uol.com.br",
  14. "regex.cpp@bol.com",
  15. "regex_cpp@bol.com.br",
  16. "regex_email@terra.com",
  17. "regex_email@terra.com.br"
  18. };
  19.  
  20. Email: regex_cpp@net.br is Invalid
  21.  
  22. Email: reg_ex.cpp@org.nz is Invalid
  23.  
  24. Email: reg_ex.cpp@net.org.br is Invalid
  25.  
  26. Email: regex_cpp@terra.com.br.net is Invalid
  27.  
  28. Email: regex_cpp@hotmail.com is Invalid
  29.  
  30. Email: regex_cpp@hotmail.com.br is Valid
  31.  
  32. Email: regex_cpp@yahoo.com is Invalid
  33.  
  34. Email: regex_cpp@yahoo.com.br is Valid
  35.  
  36. Email: regex_cpp@gmail.com is Valid
  37.  
  38. Email: reg_ex.cpp@gmail.com.br is Invalid
  39.  
  40. Email: regex_cpp@uol.com is Invalid
  41.  
  42. Email: regex_cpp@uol.com.br is Valid
  43.  
  44. Email: regex.cpp@bol.com is Invalid
  45.  
  46. Email: regex_cpp@bol.com.br is Valid
  47.  
  48. Email: regex_email@terra.com is Invalid
  49.  
  50. Email: regex_email@terra.com.br is Valid
Add Comment
Please, Sign In to add comment