On Sun, Apr 26, 2020 at 9:59 AM Jeffrey Walton <[email protected]> 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 that exposes its multi-string pattern > matching? If not, can someone recommend an implementation?
Thanks everyone.
