convertToTitleCase

public static String convertToTitleCase(String input)

Converts a string from UPPER_CASE_WITH_UNDERSCORES to Title Case.

Return

the converted string

Parameters

input

the string to convert