<div dir="ltr"><div dir="ltr">hi<div>making a system</div><div>can you say</div><div><div>string a="ab";</div><div>            string s="aabbccdd";</div><div>            int k=0;</div><div>            for (int i=0; i<8; i++) </div><div>            {    if (a.IndexOf(s.Substring(i,1))>0) {k++;};};</div></div><div><br></div><div>how to get a strpos like function, ?</div></div></div>