We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Now getText(str, 1) returns concatenation of all groups that was found. Need ability to return it as List<String>
getText(str, 1)
List<String>
The text was updated successfully, but these errors were encountered:
Hi @lanwen , i am interested in the implementation of this feature and i could do the pull request if you have no developments on this issue.
Thanks!
Sorry, something went wrong.
@redwerk Your help is welcome! I didn't do anything in this direction
Merge pull request #42 from redwerk/improvement#28
d1154fb
Added list of matching groups #28
lanwen
No branches or pull requests
Now
getText(str, 1)
returns concatenation of all groups that was found. Need ability to return it asList<String>
The text was updated successfully, but these errors were encountered: