Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
/\*((?!\*/)[\d\D\s])*\*/
|
Description |
Matches /* style comments */.
Matches whitespace (so can detect tabs, etc.)
Problems with nested comments.
|
Matches |
/* CSS comments */ | /* multi-line SQL/CSS/Etc comments */
|
Non-Matches |
<!-- doesn't match --> | -- won't match and //won't match
|
Author |
Rating:
Not yet rated.
Mike Campbell
|
Displaying page
of
pages;
Items to