Skip to content

Instantly share code, notes, and snippets.

@realsby
Created July 12, 2018 18:57
Show Gist options
  • Save realsby/83fe3b10a01d755e6487fe12274102e0 to your computer and use it in GitHub Desktop.
Save realsby/83fe3b10a01d755e6487fe12274102e0 to your computer and use it in GitHub Desktop.
CSS Source Files Links Export
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