Skip to content

Instantly share code, notes, and snippets.

@paulohfev
Created July 19, 2022 17:05
Show Gist options
  • Save paulohfev/ab3dedbb3dfa0c0affeced5b119da44b to your computer and use it in GitHub Desktop.
Save paulohfev/ab3dedbb3dfa0c0affeced5b119da44b to your computer and use it in GitHub Desktop.
List of regexes for matching HTML related tags, attributes, properties, etc.
const FIRST_PARAGRAPH_TAG_REGEX = /<p>(.*?)<\/p>/;
const INLINE_STYLE_REGEX = /style="[^"]*"/g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment