CsQuery
CsQuery copied to clipboard
Added Attribute Regex Replace
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.
Why is this not merged?