Created
July 12, 2018 18:57
-
-
Save realsby/83fe3b10a01d755e6487fe12274102e0 to your computer and use it in GitHub Desktop.
CSS Source Files Links Export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regex: | |
(?:url\(|<(?:link|script|img)[^>]+(?:src|href)\s*=\s*)(?!['"]?(?:data|http))['"]?([^'"\)\s>]+) | |
Use: | |
https://regexr.com/ | |
Paste your text and click List button. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment