Thread: String replace
View Single Post
Newbie Member
9Feb2008,04:36  
baybiz's Avatar
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