You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe hardcoding the TLDs shouldn't be done manually, but a generator be used if you can find some api that has all valid TLDs that exist - or you drop it for a much more simple regexp. That regexp would be having some false positives, but that might be ok.
I discovered that any regexp for emails more complex than '.+@.+.\S+' is rejecting valid email addresses.
The text was updated successfully, but these errors were encountered:
I noticed to problems when parsing emails:
Maybe hardcoding the TLDs shouldn't be done manually, but a generator be used if you can find some api that has all valid TLDs that exist - or you drop it for a much more simple regexp. That regexp would be having some false positives, but that might be ok.
I discovered that any regexp for emails more complex than '.+@.+.\S+' is rejecting valid email addresses.
The text was updated successfully, but these errors were encountered: