The StringUtils class in the org.apache.commons.lang package of Java contains various utility methods for manipulating and processing strings. One of the most commonly used methods in this class is capitalize, which capitalizes the first letter of a given string.
Here, the capitalize method returns an empty string as the input string is also empty.
Overall, the StringUtils class in the org.apache.commons.lang package is a very useful library for string processing operations in Java.
Java StringUtils.capitalize - 30 examples found. These are the top rated real world Java examples of org.apache.commons.lang.StringUtils.capitalize extracted from open source projects. You can rate examples to help us improve the quality of examples.