I'm trying to use simple regex expressions, but none work.
Using the example that was given on documentation, heres the output (a non-match).
Expected string to match the equivalent of
"\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{{2,4}}\b", but
"edernucci@hotmail.com" does not match.
Using the example that was given on documentation, heres the output (a non-match).
Expected string to match the equivalent of
"\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{{2,4}}\b", but
"edernucci@hotmail.com" does not match.