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
String s=t.getText().trim(); int l=s.length(); char c=Character.toUpperCase(s.charAt(0)); s=c+s.substring(1); for(int i=1; i