| Package | Description |
|---|---|
| regexodus |
| Modifier and Type | Method and Description |
|---|---|
MatchIterator |
Matcher.findAll()
The same as findAll(int), but with default behaviour;
|
MatchIterator |
Matcher.findAll(int options)
Returns an iterator over the matches found by subsequently calling find(options), the search starts from the zero position.
|
Copyright © 2016. All rights reserved.