Replacing many special characters using one function one time
Hi All,
I want to replace the following special characters : > % ? \ with space .
I do not want to use multiple replace function. Is it possible to do with one replace function.
Thanks for your time.