PeculiarVentures / peculiar-react-components

https://peculiarventures.github.io/peculiar-react-components/
MIT License
2 stars 3 forks source link

Update regExp for email validation #107

Closed MarikTar closed 2 years ago

MarikTar commented 2 years ago

Updated regex to support emails that do not contain only Latin characters.

Mail examples: квіточка@пошта.укр (Ukrainian, Unicode) χρήστης@παράδειγμα.ελ (Greek, Unicode) Dörte@Sörensen.example.com (German, Unicode) коля@пример.рф (Russian, Unicode)

donskov commented 2 years ago

@MarikTar Thank you for the PR, but would be good to see:

  1. A small description of what changes you made.
  2. A simple test to test the changes.