hello all
well i have a string like e.g. string1= " {greece [athens] : sofia[ "
and i expect ---> string2= " \{greece \[athens\] \: sofia\[ "
how can i do that i try the replaceAll() function .. can anybody give me a code example to do that..
well i have a string like e.g. string1= " {greece [athens] : sofia[ "
and i expect ---> string2= " \{greece \[athens\] \: sofia\[ "
how can i do that i try the replaceAll() function .. can anybody give me a code example to do that..
Comment