Title |
Test
Find
Pattern Title
|
Expression |
('.*$|Rem((\t| ).*$|$)|"(.|"")*?") |
Description |
Pulls out comments (both Rem and ') and string literals from VB or VBScript. Usefull for spell checking or review.
Notes: The VBScript for "Rem" documentation says that it must be followed by a space but VBScript seems to accept tab characters as well.
The multiline flag is assumed for this search. |
Matches |
' This is a comment | Rem This is a comment | " This is a string with "" and ' " |
Non-Matches |
" This is not a string | RemThis is not a comment | This is not a comment or a string |
Author |
Rating:
Not yet rated.
Ed Preston
|
Source |
http://www.selectedsystems.com |
Your Rating |
|