Venkat said:[color=blue]
>
>Did anyone used String.replace function, its not working for me can someone
>help me on the same.[/color]
Show us your code.
Understand that it doesn't replace anything in the string that you
apply it to. It returns a new string with the characters replaced.
Comment