int IIsModeCharMatcher.CountIn(string sequence)
 {
     return(SingleUtils.CountIn(sequence, Options.GetSingleChar()));
 }