Return to Snippet

Revision: 3411
at July 20, 2007 16:29 by rhlowe


Initial Code
Find: <(li*)\b[^>]*>(.*?)</\1>
Replace: $2

Initial URL


Initial Description
Developed for eclipse but prolly useful elsewhere, put the text after 'find' in the 'find' box and the text after 'replace' in 'replace'.

Note: this example uses an html list item 'li', make sure to replace that with the tag you want to find

Initial Title
Grab an html tag and leave just the content

Initial Tags
html

Initial Language
Regular Expression