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