GitHub user iashok22 opened a pull request:
https://github.com/apache/commons-lang/pull/294
Added indexesOf method
indexesOf () - Finds the indexes of all the occurrences of given search key
found in the given 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/294.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 #294
----
commit 18e4f8173eb6c1ea3cc11548b043e927544be084
Author: Ashok <[email protected]>
Date: 2017-08-31T06:36:55Z
Added string methods
commit f88768936fbd84f1393e64f6697641005cbef4b7
Author: Ashokkumar <[email protected]>
Date: 2017-09-26T09:56:11Z
Merge branch 'master' into master
commit 0de6f4e89060b7f1722c56a4f6e6d076cfb71a25
Author: Ashokkumar <[email protected]>
Date: 2017-09-26T10:19:50Z
Added missed line
commit c968df0af64838a4d9a48c4ae8d280ad299cbf81
Author: Ashokkumar <[email protected]>
Date: 2017-09-26T10:32:25Z
Update StringUtilsTest.java
commit 4d4a44697757e9e51ab751c98e1fff10e38d7cbe
Author: Ashokkumar <[email protected]>
Date: 2017-09-26T11:08:42Z
Changing input paramters mutable
commit 0ba11482813d94175e68c7fa1a0c07001c480721
Author: Ashok <[email protected]>
Date: 2017-10-05T06:14:27Z
Incorporating review comments
commit c7e2a794afef7925cae3741fcc1b8ec4c3f70ab5
Author: Ashok <[email protected]>
Date: 2017-10-05T06:18:28Z
merge conflicts
commit c5f9d43f80321a4833328221816c08fd90a64c6d
Author: Ashok <[email protected]>
Date: 2017-10-05T06:33:32Z
Fixing UT error
commit 347684d3655691a59bbbc1c8e9646eb5bd17c7f5
Author: Ashok <[email protected]>
Date: 2017-10-05T06:47:45Z
Code refactor
commit 0dff06c3f50da7c604efee628b8b4bda4e404c1f
Author: Ashok <[email protected]>
Date: 2017-10-05T06:50:14Z
fix
commit d63557fb5f57aaed14d765708023d80b711f35e7
Author: Ashok <[email protected]>
Date: 2017-10-05T07:04:45Z
Adding null check
----
---