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

Lookahead regex not works #1

Open
vfa-namnk opened this issue Oct 20, 2020 · 0 comments
Open

Lookahead regex not works #1

vfa-namnk opened this issue Oct 20, 2020 · 0 comments

Comments

@vfa-namnk
Copy link

Thanks for the library. With /^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$/, I would like to generate random string: minimum eight characters, at least one letter and one number, however it returns DgxrCkquz which contains no number.

Similar issue: fent/randexp.js#18

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