Hey
How do I correctly validate that a email is in the correct format?
I tried using the Apache Commons Validator library but, since Im using a web service, it seems not to want to fix it up and use it. I comply the code, make the aar, put it on the server, and it pops up a error saying it cant find the class when it works when coding and is included in the build path.
So what other ways can I correctly validate that a email is in the correct format?
Thanks!