GitHub user stokito opened a pull request:
https://github.com/apache/commons-lang/pull/335
LANG-1400: Add StringUtils.mask() function
My alternative implementation for #332
See https://issues.apache.org/jira/browse/LANG-1400 for details
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stokito/commons-lang LANG-1400
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/335.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 #335
----
commit 001b769fab526f2034c155dab422dfe10bf48cff
Author: Sergey Ponomarev <stokito@...>
Date: 2018-06-23T22:47:33Z
LANG-1400: Add StringUtils.mask() function
----
---