Package javatapas.string
Class ProperNameCase
java.lang.Object
javatapas.string.ProperNameCase
public class ProperNameCase extends Object
Return a String converted to Proper Name case (also referred to as Title Case).
Published at https://www.javatapas.com/string/Java-Proper-Name-Case.html
Javadoc at https://www.javatapas.com/docs/javatapas/string/ProperNameCase.html
Published at https://www.javatapas.com/string/Java-Proper-Name-Case.html
Javadoc at https://www.javatapas.com/docs/javatapas/string/ProperNameCase.html
- Version:
- 2021-05-18
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description ProperNameCase()
-
Method Summary
Modifier and Type Method Description static String
properNameCase(String str)
-
Constructor Details
-
ProperNameCase
public ProperNameCase()
-
-
Method Details
-
properNameCase
- Parameters:
str
- The input String to be converted to Proper Name Case.
-