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

Searching matching email regexp anomaly #14

Open
zhuzhangli opened this issue Oct 21, 2020 · 0 comments
Open

Searching matching email regexp anomaly #14

zhuzhangli opened this issue Oct 21, 2020 · 0 comments

Comments

@zhuzhangli
Copy link

When I use the Searching for regular email: "[A Za - z0 - _ - 9] + @ [A Za - z0 - _ - 9] + (. [A Za - z0 - _ - 9] +) +", because in the pretreatment stage automatically increases the prefix ". * ", will lead to inaccurate regular.

Eg: "Zhangsan [email protected]", my original intention was to match "[email protected]", but actually the matching result is "Zhangsan [email protected]"

How can i deal with the problem?

Thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant