I'm trying to handle error cases in my android app while signing up users. I want to make sure the email address provided is valid and by valid I mean the correct format : "something@something.com".
I have searched on google and stackoverflow, but couldn't find an exact answer in Kotlin.