[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-29 Thread Abrasha
Github user Abrasha commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/290#discussion_r141814183 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -9245,5 +9245,39 @@ public static String unwrap(final String str, final char

[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