I have a String that contain few word i need that each first letter of the word will be upper case
Example: String Name= "jean cristoff";
result: Jean Cristoff
how can i do that?
Thanks for helping!!
|
I have a String that contain few word i need that each first letter of the word will be upper case Example: String Name= "jean cristoff"; result: Jean Cristoff how can i do that? Thanks for helping!! |
||||
|
|
|
|||||
|
|
Here are a bunch of answers to a similar question: How to upper case every first letter of word in a string? |
|||
|
|
|
|||
|
|