vectorscan

High-performance regular expression matching library with multi-pattern support

brewmacoslinux
Try with needOr install directly
Source

About

High-performance regular expression matching library

Commands

vectorscan

Examples

Compile a regular expression pattern for efficient matching$ vectorscan compile -p 'pattern' -o compiled.db
Scan text input against compiled patterns$ vectorscan scan -d compiled.db -i input.txt
Display vectorscan version and capabilities$ vectorscan --version