Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Capitalize First Letter of each Word of String in Java using Apache Commons Text
Capitalize First Letter of each Word of String in Java using Apache Commons Text

In this article we show how to use WordUtils utility class of Apache Commons Text library to capitalize the first character of each word in a Java String. We will provide Java code examples to show how to use capitalize() and capitalizeFully() methods of the library’s WordUtils utility class.

  • 1
  • 2

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.