|
|
Browse by Tags
All Tags » html » css javascript firefox
-
I am working in Coldfusion trying to match CSS items that are NOT listed.
For instance, I have this code to match:
<div style='color:#444444;float:none;'>Test Text</div>
I have the code matched down to:
color:#444444;float:none;
My regular expression to match CSS items ...
|
|
|