Skip to content

Instantly share code, notes, and snippets.

@odbol
Created February 5, 2024 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odbol/d7103d672797dfe83047ed1bc43683bd to your computer and use it in GitHub Desktop.
Save odbol/d7103d672797dfe83047ed1bc43683bd to your computer and use it in GitHub Desktop.
Useful Regexes

Find all <style> tags and their contents:

<style[^>]*>([^<]|\n)*</style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment