http://www.perlmonks.org?node_id=1039915


in reply to Re^3: Finding repeat sequences.
in thread Finding repeat sequences.

I'm not sure why you think it would be any easier to maintain that the non-regex solutions?

hdb's solution is extremely clever and obviously vastly superior in performance. Most impressive.

Nevertheless, the reasons I'd prefer to have to maintain the regex solution include:

Damian