Skip to content

Instantly share code, notes, and snippets.

@zkwentz
Created June 9, 2014 18:49
Show Gist options
  • Save zkwentz/c1ce87077d58d5f3569a to your computer and use it in GitHub Desktop.
Save zkwentz/c1ce87077d58d5f3569a to your computer and use it in GitHub Desktop.
Find replace in Coda for html elements
//match class
(\<section.*)(class=")([\s\w\-]*)(")(.*\>)
//match without class
(<section\s+)(?![^>]*\bclass\s*=)([^>]*>)
//match just the element
<section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment