[GitHub] commons-lang pull request #294: Added indexesOf method

2017-10-05 Thread iashok22
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

[GitHub] commons-lang pull request #290: Added string methods

2017-10-05 Thread iashok22
Github user iashok22 closed the pull request at: https://github.com/apache/commons-lang/pull/290 ---

[GitHub] commons-lang pull request #290: Added string methods

2017-09-26 Thread iashok22
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