| Title |
Test
Find
*.css without http
|
| Expression |
(href=|url|import).*[\'"]([^(http:)].*css)[\'"] |
| Description |
get all css links, tags ect without http, i needed this to my web crawler, maybe somebody need this to ;)_ |
| Matches |
import url("some.css"), import("some.css"), <link rel="STYLESHEET" type="text/css" href="some.css"> |
| Non-Matches |
import url("http://domain.com/some.css"), import("http://domain.com/some.css"), <link rel="STYLESHEET" type="text/css" href="http://domain.com/some.css"> |
| Author |
Rating:
Krzysztof Chełchowski
|
| Source |
|
| Your Rating |
|