Are trying to write your own "regex" engine? If you are, I would recommend reading on finite state automata/finite state machines. While the deterministic state machines are really the only ones that...