REGEX ENGINE
NFA/DFA Compiler & Matcher
Pattern:
Test:
Compile
Match (Step)
Match (Instant)
Reset
Presets:
ab*c
(cat|dog)s?
[a-z]+@[a-z]+\.[a-z]+
\d+(\.\d+)?
(ab)+
(0|1)*1(0|1){3}
NFA
DFA
Build DFA
Minimize
Information
NFA States:
--
DFA States:
--
Step:
--
Cursor:
--
Active:
--
Result:
--
Transition Log
Compile a regex and enter a test string to begin
<< Back
Forward >>
Run
Stop
Speed: