jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 250 forks source link

Added Attribute Regex Replace #157

Open johncmckim opened 10 years ago

johncmckim commented 10 years ago

Regex replace for attributes would be very useful for replacing inline styles. For example, It is not currently possible to replace a font-size or font-family inline style unless you can guarantee the values.

Using regex on HTML is very problematic. However, using regex on an attribute value works nicely.

304NotModified commented 9 years ago

Why is this not merged?