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)
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
Post a Comment