-
Notifications
You must be signed in to change notification settings - Fork 70
Shuffle regex #112
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
Shuffle regex #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eliotwrobson A few very small things, and I'd also add that this new operator is missing documentation under docs/regular-expressions.md
. But otherwise, looks great!
Thank you as always for your thoughtful and well-written contributions.
@caleb531 addressed all the items and added docs! I think we'll want to wait for Eduardo to review before merging though, since he originally requested this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As in my comment, I'd prefer to not break existing regular expressions from other users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eliotwrobson Left some feedback on the existing comment threads.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good to me now! Will merge presently. 🎉
Added shuffle product to regex. @EduardoGoulart1 and @caleb531 resolves part of the issue in #109.