-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Negate RegExp #15
Comments
I am not sure if this is an error with randexp, but I'm confused with the use of Why not use |
actually 0-9 is just for test, i want replace it using another pattern which can be complex. I just try too negate regexp that user inputed. that's why I use ?! |
Right now, randexp ignores groups that use the It's a confusing rule, |
Hi,
I trying to generate based on /^((?![0-9]).)*$/ , it shoud be valid if there is no number on the string, and I try this expression on randexp
$ node -i
but when I test the result it's return false.
Thanks,
The text was updated successfully, but these errors were encountered: