-
Notifications
You must be signed in to change notification settings - Fork 43
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
Can't generate a literal plus '+' character #12
Comments
+1 to address this as well. |
+1 In general is there a way to generate literal reserved characters such as "?" and "|"? |
+1 |
1 similar comment
+1 |
For more "accurate" generation of regex examples, check out my gem: https://github.com/tom-lord/regexp-examples This gem seems better suited to generating one random example of a long pattern, e.g. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both of the following raise RuntimeError but are valid (shown below)
RuntimeError: Sorry, "+" is too vague, try setting a range: "{1,3}"
RuntimeError: Sorry, "[+" is too vague, try setting a range: "[{1,3}"
The text was updated successfully, but these errors were encountered: