Hello,
is there any change, having a String to replace within it all occurence of "[" and "]" ?
This works
but I hope there is the way to do it in one shot; is it there?Code:
mystring = mystring.replace("[", "") ; mystring = mystring.replace("]", "") ;
thanks.
