Skip to content

Instantly share code, notes, and snippets.

@ezarko
Created November 19, 2010 18:25
Show Gist options
  • Save ezarko/706904 to your computer and use it in GitHub Desktop.
Save ezarko/706904 to your computer and use it in GitHub Desktop.
Just some interesting regular expressions
# match a div with class header_bar
/\<div(?:\s+\w+\=\"[^\"]*\")*\s+class\=\"[\w\-\s]*\bheader_bar\b/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment