need help in formatting a particular type of String in java -


i new in java string formatting concept need help. have string [male] , need remove braces , male. how done?

this do..

yourstring=yourstring.substring(1, yourstring.length-1) 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -