Introduction
The toTitleCase(int codePoint)
method of the Character
class converts the specified Unicode code point character argument to titlecase using case mapping information from the UnicodeData file. This lab provides a step-by-step guide to use this method with examples.