Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
Description
The Javadoc for Character#toTitleCase(char) recommends using Character#toTitleCase(int) instead. This method was added in Java 1.5 which is perhaps is why it was not used originally; maybe we should use it now.
Attachments
Issue Links
- is related to
-
LANG-1143 StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)
- Closed
- links to