GitHub user marko-bekhta opened a pull request:
https://github.com/apache/commons-lang/pull/179
LANG-1023
WordUtils.wrap: Customizable breakable characters (not just
space/whitespace)
changed wrap method to use regex pattern to find breakable characters
rather than only spaces. added a few basic tests for "regex wrap"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marko-bekhta/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/179.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 #179
----
commit 0fe9685c8a78ba2d780a3ec1e1a323990dc6d218
Author: marko-bekhta <[email protected]>
Date: 2016-07-27T04:21:32Z
LANG-1023
WordUtils.wrap: Customizable breakable characters (not just
space/whitespace)
changed wrap method to use regex pattern to find breakable characters
rather than only spaces. added a few basic tests for "regex wrap"
----
---
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.
---