You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance multi-pattern string matching engine implemented in C++ using the Aho–Corasick automaton, with full Unicode grapheme support via ICU.
Deterministic Finite Automata that accept or reject strings of characters by parsing them through a sequence that is uniquely determined by each string.