Welcome To Snipplr


Everyone's Recent Regular Expression Snippets Tagged textmate



« Prev 1 Next »
As an example – will find and replace all `<b>` elements with `<strong>`
0 4417 posted 15 years ago by jayphen
search for anything in-between two <TAG>'s and then replace the found string into the PHP if/else staement. $1 is wher TextMate stores the found string. (see http://screenflicker.com/mike/code/textmate-regex-replace/)
3 2428 posted 16 years ago by rwczippy
« Prev 1 Next »