int
getCharInfo(
string
child,
parent){
count= 0;
index = 0;
while
((index = parent.IndexOf(child))!=-1){
count++;
index = index + chiled.Lenth;
}