Hi,
How about the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString,"(.)\1+","$1")
Regards,
Hi,
How about the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString,"(.)\1+","$1")
Regards,