Please tell me how to do this. I've got a
String named schoolName as
String schoolName = "[School][Category][Type]";
I want to convert all those [ in the string to [= and all
tose ] to +]. Please tell me if there is a function to do so. I
understand that i can do so by scanning through the String, but i
need a function that replaces a single character with a string.
Hope i have made myself clear, if not still, please tell me.
Gaurav Kalra