Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(\/\*(\s*|.*?)*\*\/)|(--.*)
|
Description |
This pattern will match any multi-line or single line comments in TSQL (Stored Procedures or SPROC's) in MS SQL Server.
|
Matches |
/* My Comment */ | -- A single line comment
|
Non-Matches |
*/ Won't work /* | // Not likely | - uh uh
|
Author |
Rating:
Todd Davis
|
Displaying page
of
pages;
Items to