Thread
:
String replace
View Single Post
baybiz
Newbie Member
9Feb2008,04:36
I have a string by "This is apples, it costs me
&xyz
and I bought them at
&abc
"
I need to get the folowing output
"This is apples, it costs me
{xyz}
and I bought them at
{abc}
"
Basically I need to replace &word with {word}
Thanks
Sri