R
robertday5
I have written a small program to search all files in a directory for a
particular string. I want to add the feature that it should not search
for the string inside comments. I was able to skip single line comments
but I need help in skipping multiple line C style comments /* blah
blah...*/
Currently while looking for the search string I do a line by line
search.
particular string. I want to add the feature that it should not search
for the string inside comments. I was able to skip single line comments
but I need help in skipping multiple line C style comments /* blah
blah...*/
Currently while looking for the search string I do a line by line
search.