string IAnyOfModeCharMatcher.TrimLeadingForm(string sequence)
 {
     return(SequenceUtils.TrimStartFrom(sequence, Options));
 }