in reply to Re: Regex to strip comments
in thread Regex to strip comments

Thanks for the suggestion.

The code is SQL and I am not a C programmer, so I was unaware they are similar.

Replies are listed 'Best First'.
Re^3: Regex to strip comments
by kcott (Archbishop) on Oct 01, 2012 at 21:39 UTC

    Removing C from the search, i.e. Perl regex to strip comments, I still get the same answer as the first result.

    Even removing Perl from the search and using your node title verbatim, i.e. Regex to strip comments, the third result gives the same answer.

    -- Ken