Regarding String Handling

I always find difficult when I am asked to parse a string based on some seperator like space and comma and use the next character to capitalize or doing any such operations.like the
"This is the text book " to This Is The Text Book". It would be great if anyone can guide.

Comments (0)