Hi,
If you already know character code (unicode) to be removed, the following will work.
System.Text.RegularExpressions.Regex.Replace(yourString,"[\u0022\u0094]+$","")
Regards,
Hi,
If you already know character code (unicode) to be removed, the following will work.
System.Text.RegularExpressions.Regex.Replace(yourString,"[\u0022\u0094]+$","")
Regards,