gibney.org : Technology : Programming : Regular Expressions
(Entry Nr. 100, by user 1 | edit)
Matching Html-Comments <!--.*?-->
Match anything except a certain string ((?!test).)*
will match anything as long as it doesnt contain "test"
Create a new entry at this position