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

Split Pattern.match() into match() and search() #133

Closed
danon opened this issue May 8, 2022 · 1 comment
Closed

Split Pattern.match() into match() and search() #133

danon opened this issue May 8, 2022 · 1 comment
Assignees

Comments

@danon
Copy link
Member

danon commented May 8, 2022

Currently match() sometimes behaves as it returns collection of Detail (findFirst(), first() callback, stream()) and sometimes as if it was working on string (all(), nth(), only(), first() without callback).

We should split it into:

  • match() which always deals and returns Detail
  • search() which always deals and returns string
@danon
Copy link
Member Author

danon commented May 8, 2022

Maybe use IteratorIterator for getIterator()?

@danon danon self-assigned this Jun 1, 2022
danon added a commit that referenced this issue Jun 3, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 6, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
danon added a commit that referenced this issue Jun 15, 2022
@danon danon closed this as completed Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant