Package net.i2p.router.web
Class CSSHelper.StringFormatter
java.lang.Object
net.i2p.router.web.CSSHelper.StringFormatter
- Enclosing class:
- CSSHelper
public static class CSSHelper.StringFormatter extends Object
Capitalize first letter of each word of string
https://www.javatpoint.com/java-program-to-capitalize-each-word-in-string
-
Constructor Summary
Constructors Constructor Description StringFormatter()
-
Method Summary
Modifier and Type Method Description static String
capitalizeWord(String str)
-
Constructor Details
-
StringFormatter
public StringFormatter()
-
-
Method Details