Skip to content

add ability to use another regex in current, multiply method, oneOrMore, zeroOrMore and atLeast methods #27

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

Merged
merged 3 commits into from
May 29, 2014

Conversation

lanwen
Copy link
Contributor

@lanwen lanwen commented May 29, 2014

This PR adds:
add - method to add another regex builder to current regex
add - unnamed group method and shortcuts for capture* methods
rft - non backward compatibility - make Builder constructor package-private
rft - non backward compatibility - change multiply method same as in original JS implementation
add - oneOrMore, zeroOrMore and atLeast methods

In tests:
rft - replace assertTrue and assertFalse with assertThat with matcher
add - one more complex example

MerkushevKirill added 3 commits May 29, 2014 21:05
add - unnamed group method and shortcuts for capture* methods
rft - non backward compatibility - make Builder constructor package-private
…original JS implementation

add - oneOrMore, zeroOrMore and atLeast methods
add - one more complex example
lanwen added a commit that referenced this pull request May 29, 2014
This PR adds:
add - method to add another regex builder to current regex
add - unnamed group method and shortcuts for capture* methods
rft - non backward compatibility - make Builder constructor package-private
rft - non backward compatibility - change multiply method same as in original JS implementation
add - oneOrMore, zeroOrMore and atLeast methods

In tests:
rft - replace assertTrue and assertFalse with assertThat with matcher
add - one more complex example
@lanwen lanwen merged commit d25272b into master May 29, 2014
@lanwen lanwen deleted the 1.2 branch May 29, 2014 20:22
@lanwen lanwen changed the title 1.2 add ability to use another regex in current, multiply method, oneOrMore, zeroOrMore and atLeast methods Jun 2, 2014
@lanwen lanwen self-assigned this Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant