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

Bug found #69

Closed
ruiruiruiruirain opened this issue Jul 6, 2019 · 1 comment
Closed

Bug found #69

ruiruiruiruirain opened this issue Jul 6, 2019 · 1 comment

Comments

@ruiruiruiruirain
Copy link

A little bug was found when I defined my reg as '/(?!.*[0-9])^\w{6}/' and it turns 'JeXs3u' back. The number can't be here. I tried a lot of times and it's always number here.
Thanks
屏幕快照 2019-07-07 05 57 42

@fent
Copy link
Owner

fent commented Jul 6, 2019

The positional (^) is ignored by randexp, otherwise, this regex wouldn't match anything

Negative lookbacks are not currently working, dupe of #18

@fent fent closed this as completed Jul 6, 2019
@fent fent added the duplicate label Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants