gibney.org
:
Technology
:
Programming
:
Regular Expressions
search:
See as:
raw
|
code
terms of service
|
imprint
gibney.org
is powered by
m1d1
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