Skip to content

Instantly share code, notes, and snippets.

@eduardosilva
Created May 30, 2022 16:37
Show Gist options
  • Save eduardosilva/8b9c326c26c60f75e24d31247bc881b5 to your computer and use it in GitHub Desktop.
Save eduardosilva/8b9c326c26c60f75e24d31247bc881b5 to your computer and use it in GitHub Desktop.
useful regex
// example on find the class attribute with any value.
\*class=".*?"\s?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment