Title |
Test
Find
CSS Url
|
Expression |
url\(['"]?([\w\d_\-\. ]+)['"]?\) |
Description |
Matches a CSS Background tag. I needed this to replace image links in CSS with data-URI encoded strings. |
Matches |
background: url("pattern.jpg"); | background: url("yellowcard-bg.png") no-repeat scroll right top #FFFF9E; | color: #607890; |
Non-Matches |
margin-left: 2em; | list-style-type: decimal; |
Author |
Rating:
Not yet rated.
HJennerway
|
Source |
|
Your Rating |
|