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

Support international emails: Add regex support for . with negation #23

Closed
Divide-By-0 opened this issue Sep 19, 2023 · 1 comment
Closed
Labels
enhancement New feature or request medium

Comments

@Divide-By-0
Copy link
Member

I think our regex circom circuit should support "." (all characters except for a new line) and a negation regex.
For example, they are important to support users in non-English countries because their gmail account names usually includes non-alphabet characters.
If we can "." and the negation regex, we can accept any bytes except for ">" as the string of the user name.

From Sora.

@Divide-By-0 Divide-By-0 added enhancement New feature or request medium labels Sep 19, 2023
@SoraSuegami
Copy link
Contributor

This is solved in zk-regex.
#19

@Divide-By-0 Divide-By-0 transferred this issue from zkemail/zk-email-verify Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium
Projects
Status: Done
Development

No branches or pull requests

2 participants