bug#40868: Grep C library for multi-string pattern matching?

2020-04-27 Thread Jeffrey Walton
On Sun, Apr 26, 2020 at 9:59 AM Jeffrey Walton wrote: > > I need to perform multi-string pattern matching in C. The problem I am > working on does not allow a shell script. I'm looking for a library > that implements Aho–Corasick or Commentz-Walter (or similar). > > Does Grep provide a library

bug#40868: Grep C library for multi-string pattern matching?

2020-04-27 Thread Shlomi Fish
Hi Mr. Walton! On Sun, 26 Apr 2020 09:58:10 -0400 Jeffrey Walton wrote: > Hi Everyone, > > I need to perform multi-string pattern matching in C. The problem I am > working on does not allow a shell script. I'm looking for a library > that implements Aho–Corasick or Commentz-Walter (or