How to search for multiple semicolon on one line ?
Posted: Mon May 31, 2010 12:33 pm
Hello,
how I do search for a line wchich contains 2 or more semicolon ?
I want to find all C sourcrcode lines which contain more than one C command, for example:
a=0: b=0;
X=e+i ; u = 3/x ; Z=x*x;
Many thanks for any hint!
Regards
Sergeant999
how I do search for a line wchich contains 2 or more semicolon ?
I want to find all C sourcrcode lines which contain more than one C command, for example:
a=0: b=0;
X=e+i ; u = 3/x ; Z=x*x;
Many thanks for any hint!
Regards
Sergeant999