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


in reply to Re: The craziest RegExes you ever created
in thread The craziest RegExes you ever created

I can only suppose that you were debugging some of your bigger regexes and made this regex to view how the regular expressions engine works. The regex you wrote prints out all steps of matching :)

Am i right?