Hello,
is there any change, having a String to replace within it all occurence of "[" and "]" ?
this work mystring.replac e("[", "") ;
but I dont' know how do it for more than one character.
thanks.
is there any change, having a String to replace within it all occurence of "[" and "]" ?
this work mystring.replac e("[", "") ;
but I dont' know how do it for more than one character.
thanks.
Comment