commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Apache Commons Lang

Results 131 commons-lang issues
Sort by recently updated
recently updated
newest added

Adding `StringUtils.startsWithAnyIgnoreCase` to have more flexibility. Based on the existing `startsWith` method

Create a new method that Converts the String to a Character using the first character, returning a default value if null or empty is passed in.

New Junit test cases for org.apache.commons.lang3.builder

If I am not mistaking, JDK standard library and the current implementation of Apache Commons Lang do not have functions for binary searching for `floor` and `ceiling` in sorted arrays....

Add method to enhance joins with filtering and deduplicating delimiters: - joinNotEmptyWith - joinNotBlankWith