Yes, that works except for the case where a non-comment line has spaces before the code. Try this (replace <space> and <tab>) and note that it does not find the lines in red. Thanks for all the help
--Test SQL--
select b.column_name, a.column_name from table1 a
join table2 b
on b.column_id = a ...
Search found 4 matches
- Wed Oct 25, 2006 10:58 am
- Forum: General
- Topic: Help Search
- Replies: 8
- Views: 963
- Wed Oct 25, 2006 8:23 am
- Forum: General
- Topic: Help Search
- Replies: 8
- Views: 963
- Tue Oct 24, 2006 2:32 pm
- Forum: General
- Topic: Help Search
- Replies: 8
- Views: 963
Help Search
I wish to search for all lines of files which have a certain string say "ABCD" but want to ignore lines which have the FIRST non-space string as "--" (i.e the comment specifier). Can someone please say what the Regular Expression for this is.
Thankls
Thankls