Exemple #1
0
 /// <summary>
 /// 统计 find  在 source 中的个数
 /// </summary>
 public static int IndexOfCount(this String source, string find, bool ignoreCase)
 {
     return(StringHelper.IndexOfCount(source, find, ignoreCase));
 }