How to convert a lower case or normal text to title case in java..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to convert a lower case or normal text to title case in java..?

E.g... "the is normal text" to "This Is Normal Text" like this anyone have good idea or simple code to done it .. please drop it..

15th Feb 2019, 3:49 PM
Midhu
Midhu - avatar
1 Answer
+ 4
You can find a few possible ways to do it in this article: https://www.baeldung.com/java-string-title-case
16th Feb 2019, 8:36 AM
Tibor Santa
Tibor Santa - avatar