url-regex
url-regex copied to clipboard
URL match for invalid email address
Hi there!
I am running into an edge case in our application where if a user inputs an incorrect email address, for example, m.me@ff, the library will return m.me as a match.
Is this the expected outcome? Is there anyway around this?
Thanks in advance!