Skip to content

Instantly share code, notes, and snippets.

@masiorama
Created January 9, 2013 14:14
Show Gist options
  • Save masiorama/4493414 to your computer and use it in GitHub Desktop.
Save masiorama/4493414 to your computer and use it in GitHub Desktop.
RegExp: list of useful regular expressions
RegExpressions
(?<=<h1>).+(?=</h1>) #select che content inside the heading tag, or any html tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment