Displaying page
of
pages;
Items to
Title |
Test
Details
C++ Comments
|
Expression |
//.*|/\*[\s\S]*?\*/
|
Description |
Matches single line or multi-line comments.
|
Matches |
// Comment here | /// Comment here | /* Cmment Here */ | /**** Comment Here ****/
|
Non-Matches |
/ * Comment Here */ | /* Comment here * /
|
Author |
Rating:
Bill Krahmer
|
Displaying page
of
pages;
Items to