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