Regex for HTML Tag Replacements


/ Published in: Regular Expression
Save to your folder(s)



Copy this code and paste it in your HTML
  1. FIND:
  2. <span class="h1">(.*?)</span>
  3.  
  4. REPLACE:
  5. <h1>$1</h1>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.