Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
<!--[\s\S]*?--[ \t\n\r]*>
|
Description |
As I could understand the HTML standard, this is the valid reg.exp. for comments.
The only differenc from the last one is that the comment can be terminated by two minuses followed by none OR SOME space caracters and then by character >
|
Matches |
<!-- anything -- > | <!-- anything -> -> -->
|
Non-Matches |
<!-- something -- and more >
|
Author |
Rating:
Kristijan Mitrovic
|
Displaying page
of
pages;
Items to