Return to Snippet

Revision: 32583
at September 29, 2010 11:03 by jayphen


Initial Code
(?m:<b>(.*)</b>)

<strong>$1</strong>

Initial URL


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

Initial Title
Find & replace regex multi-line for Textmate

Initial Tags
regex, textmate

Initial Language
Regular Expression