RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details *.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: The rating for this expression. Krzysztof Chełchowski
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials