Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookbook: Email regex patch #2591

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

F-Loyer
Copy link
Contributor

@F-Loyer F-Loyer commented Jul 10, 2024

A patched version of the Email regex, with a regex derived from the RFC5322.

Other fixes : Array.iter instead of Array.map. Using ^...$ regexes in order to avoid the validation of addresses prefixed or suffixed by garbages. (com|…) instead of [com|…].

@F-Loyer F-Loyer changed the title Email regex patch Cookbook: Email regex patch Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants