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

Adding lazy mode, lookarounds, none_or_more, count and digits #7

Merged
merged 3 commits into from
Mar 9, 2019

Conversation

dmi3kno
Copy link

@dmi3kno dmi3kno commented Mar 9, 2019

This pull request covers lazy mode and lookarounds. I also added none_or_more() for *, count() (for {n}) and digits() (for \\d{n}). Closes #3

Dmytro Perepolkin added 3 commits March 8, 2019 21:40
Merge remote-tracking branch 'upstream/master'

# Conflicts:
#	NEWS.md
#	R/anything.R
#	R/anything_but.R
#	R/something.R
#	R/something_but.R
#	man/rx_anything.Rd
#	man/rx_anything_but.Rd
#	man/rx_something.Rd
#	man/rx_something_but.Rd
#	tests/testthat/test-anything.R
#	tests/testthat/test-anything_but.R
#	tests/testthat/test-something.R
#	tests/testthat/test-something_but.R
@tylerlittlefield tylerlittlefield merged commit e1b12f8 into VerbalExpressions:master Mar 9, 2019
@tylerlittlefield
Copy link
Member

Awesome, merged! Would you like to be added as a contributor to the DESCRIPTION, I really appreciate all the help 👍

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

Successfully merging this pull request may close these issues.

2 participants