I'm trying to do some email entry code and I have no idea how this works, does anyone know?
I'm trying to get it to allow the newer email domains like .systems for example.
What does what where in that massive long string of gibberish?
B4X:
Dim MatchEmail As Matcher = Regex.Matcher("^(?i)[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])$", EmailAddress)
I'm trying to get it to allow the newer email domains like .systems for example.
What does what where in that massive long string of gibberish?