Example strings
one thousand only two hundred twenty seven
How do I change the first character of a string in capital letter and not change
class Test { public static void main(String[] args) { String newString=""; String test="Hii lets cheCk for BEING String"; String[] splitString = test.split(" "); for(int i=0; i