GitHub user iashok22 opened a pull request:
https://github.com/apache/commons-lang/pull/290
Added string methods
1. indexOfAll - Finds and returns all the indexes of given character
2. isAnagram - Tells whether given string is anagram with another string
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iashok22/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/290.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 #290
----
commit 18e4f8173eb6c1ea3cc11548b043e927544be084
Author: Ashok <[email protected]>
Date: 2017-08-31T06:36:55Z
Added string methods
----
---