int IIsModeCharMatcher.IndexIn(string sequence, int startIndex)
 {
     return(SingleUtils.IndexIn(sequence, Options.GetSingleChar(), startIndex));
 }
예제 #2
0
 int IIsNotModeCharMatcher.IndexIn(string sequence)
 {
     return(SingleUtils.IndexIn(sequence, Options.GetSingleChar()));
 }