Hello,
I have string with special characters like "$%#?,{}*@". I want to remove all these characters , but only if, they precede or is after the string.
Eg. Hello?, the question mark after Hello, I need to remove, but say catch?is, here question mark is ok.
Thanks in advance,
Rupak Banerjee.