This might be very simple, but I'm a beginner when it comes to regular expressions.
I've diligently read the help and the other topics, but I can't figure out how to
find all divides ( / ) in my C project, but not the //, /*, */
which may appear all over the project, including on the line which has a valid divide.
I'm willing to put up with a few mis-finds (such as in-between multiple line /*...*/ comments), but 80K+ results is too much to scan visually.
Can anyone help, please?
Thanks
cr.
I've diligently read the help and the other topics, but I can't figure out how to
find all divides ( / ) in my C project, but not the //, /*, */
which may appear all over the project, including on the line which has a valid divide.
I'm willing to put up with a few mis-finds (such as in-between multiple line /*...*/ comments), but 80K+ results is too much to scan visually.
Can anyone help, please?
Thanks
cr.