Find & replace regex multi-line for Textmate


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

As an example – will find and replace all `<b>` elements with `<strong>`


Copy this code and paste it in your HTML
  1. (?m:<b>(.*)</b>)
  2.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.