Convert words in a String into camelCase in Java using Apache Commons Text In this article we are going to explore Apache Commons Text library by using CaseUtils utility class to convert a String of separated words into a camelCase String.