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