Beispiel #1
0
 /// <summary>
 ///   Is match - Check if any of the patterns in the set match.
 /// </summary>
 public bool IsMatch(byte[] haystack)
 {
     return(RureFfi.rure_set_is_match(Raw, haystack,
                                      new UIntPtr((uint)haystack.Length),
                                      UIntPtr.Zero));
 }