C coecolfegeday New Member Mar 21, 2013 #1 How to remove the first white-space in Java?I used this:\[code\]if(str.charAt(0) == ' ') str = str.replace(" ", "");\[/code\]
How to remove the first white-space in Java?I used this:\[code\]if(str.charAt(0) == ' ') str = str.replace(" ", "");\[/code\]