public IEnumerable <PcreDfaMatchResult> Matches(string subject, int startIndex) => Matches(subject, PcreDfaMatchSettings.GetSettings(startIndex, PcreDfaMatchOptions.None));
public PcreDfaMatchResult Match(string subject, int startIndex, PcreDfaMatchOptions options) => Match(subject, PcreDfaMatchSettings.GetSettings(startIndex, options));