GitHub user thiagoh opened a pull request: https://github.com/apache/commons-lang/pull/21
Add wrap (with String or char) to StringUtils Suggestion to add following methods to StringUtils * `wrap(String str, char wrapWith)` * `wrap(String str, String wrapWith)` You can merge this pull request into a Git repository by running: $ git pull https://github.com/thiagoh/commons-lang trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/21.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 #21 ---- commit 00ec48ea6383530abce294e4bd6125d74035f130 Author: thiagoh <thia...@gmail.com> Date: 2014-05-04T21:29:37Z wrap methods wrap String methods commit f67d5945ac93927a505df478c1b4dfdbcd429bcd Author: thiagoh <thia...@gmail.com> Date: 2014-05-04T21:36:55Z wrap methods wrap methods commit 8d1e7ee7db7b9e9484ca1d9aa0fd44a2d21075fe Author: thiagoh <thia...@gmail.com> Date: 2014-05-04T21:38:18Z removing main commit c29e1b1e1ebed9bbc8bbdfa2cad9e6c6e71346bb Author: thiagoh <thia...@gmail.com> Date: 2014-05-04T21:39:10Z removing whitespace ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org