Skip to content

Instantly share code, notes, and snippets.

@avdgaag
Created September 9, 2009 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avdgaag/183612 to your computer and use it in GitHub Desktop.
Save avdgaag/183612 to your computer and use it in GitHub Desktop.
Regular expression for finding HTML4 images witout width or height
<img\s+((alt|border|class|id|src|usemap|hspace|vspace)="[^"]+"\s*)+>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment