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
Version:
2021-05-18
Author:
Kodiak Brown
  • Constructor Details

    • ProperNameCase

      public ProperNameCase()
  • Method Details

    • properNameCase

      public static String properNameCase​(String str)
      Parameters:
      str - The input String to be converted to Proper Name Case.