Description
Searches for many string patterns at once using the Aho-Corasick algorithm. It helps text-processing tools, scanners, filters, and analyzers find multiple keywords efficiently.
Pattern matching results depend on the supplied dictionary and normalization rules. Handle untrusted text carefully when matches trigger automated actions.