Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: ampersand
Re: ampersand
03-27-2005, 1:13 AM
jeffhagen
Joined on 03-26-2005
Posts 5
Re: ampersand
Reply
Quote
Use this:
string text = Regex.Replace(Editor.Text, @"(?<=href\s*=\s*(?<1>'|"")\S+)&(?=\S*\1)", "&", RegexOptions.IgnoreCase);
View Complete Thread