Search found 1 match

by Sergeant999
Mon May 31, 2010 12:33 pm
Forum: General
Topic: How to search for multiple semicolon on one line ?
Replies: 2
Views: 337

How to search for multiple semicolon on one line ?

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