Displaying page
of
pages;
Items to
Title |
Test
Details
Javascript Comments
|
Expression |
((\/\*(\r|\n|(.(?!\*/)))*)\s\*\/|\/\/.*$)([\r\n\s]+)?
|
Description |
Matches block comments or line comments, and all whitespace until the next uncommented character.
|
Matches |
/* this matches */ | /** so does this */ | // this too
|
Non-Matches |
this does not match
|
Author |
Rating:
Jesse Shaffer
|
Displaying page
of
pages;
Items to