GitHub user eljefe6a opened a pull request:
https://github.com/apache/beam/pull/1732
BEAM-1228 Improve Regex
Improve Regex class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eljefe6a/incubator-beam RegexImprovements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/1732.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1732
----
commit c9cf6b2e88e54213b6f69245064292e169cae8d2
Author: Jesse Anderson <[email protected]>
Date: 2016-12-28T23:10:34Z
Added named regex groups, return all groups, and marked Pattern as final.
commit 65fc72c1d9a7857f397bc89148b6dcd4289a954b
Author: Jesse Anderson <[email protected]>
Date: 2016-12-29T01:38:22Z
Everything wasnât final.
commit ce34e980925113a747aef199c3dc0e2cec72b789
Author: Jesse Anderson <[email protected]>
Date: 2017-01-04T00:05:29Z
Added Pattern as a parameter to every method. Made every string method call
with a Pattern.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---