There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An NFA engine that can build a non-deterministic finite automaton (NFA) from a regular expression, and can use the NFA to check if the regular expression matches any given string of text.