Apache Commons Lang
Apache Commons Lang is a widely-used Java library that provides various utility functions for working with basic Java objects, including strings, arrays, numbers, and more.
Maven Dependency
Categories
Splitting of various utility methods across different categories.
StringUtils Class
Methods
It is used to abbreviate or shorten a string to a specified length while appending an ellipsis ("...") to indicate that the string has been shortened.
ArrayUtils Class
NumberUtils Class
SystemUtils Class
RandomStringUtils Class
DateUtils Class
EqualsBuilder
HashCodeBuilder Class
Last updated
Was this helpful?