Skip to content

Instantly share code, notes, and snippets.

@skellertor
Last active October 18, 2015 17:53
Show Gist options
  • Save skellertor/81787635e965a6056e65 to your computer and use it in GitHub Desktop.
Save skellertor/81787635e965a6056e65 to your computer and use it in GitHub Desktop.
A compilation of useful regexes

Regex for html script tags src attribute

/src(\s)*=(\s)*["'][\S]*(\.)js/g

Regex for html link tags href attribute

/href(\s)*=(\s)*["'][\S]*(\.)css/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment