posted 16 years ago
Hai pal,
Now i got confused with your requirement
Please let me get your requirements correct,you need all "," in the String to be replaced or removed?
My assumption was that
Source String: "2,8456"
Final String: "2 8456" (this is just replacement)
If you want to remove the "," from your string like this following case
Source String: "2,8456"
Final String: "28456" (this is removal)
then your code should be like this
[ January 31, 2008: Message edited by: Balasubramanian Chandrasekaran ]