/a+b/
aaab
START |a a a b a |a a a b Yes! + <a|a a b a <a|a a b Yes! + <a a|a b a <a a|a b Yes! + <a a a|b a <a a a|b Nope. b <a a a|b Yes! END <a a a b> Yes!
We reached END, so the match succeeds; it found the aaab part of aaab
Note! The a+ part gobbles all the a's.
We say that + is greedy.