fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
6.32k stars 204 forks source link

feat: update email regex to support punycode #883

Closed hendrikheil closed 1 month ago

hendrikheil commented 1 month ago

This PR updates the email validation regex to the HTML specification regex.

Resolves #882