Skip to content

Instantly share code, notes, and snippets.

@victortolbert
Created October 3, 2015 18:30
Show Gist options
  • Save victortolbert/0fe312b652ed1c3d3540 to your computer and use it in GitHub Desktop.
Save victortolbert/0fe312b652ed1c3d3540 to your computer and use it in GitHub Desktop.
Regex Snippets

Find all instances where class="" contains table

class\s*?=\s*?["'].*?table

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