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


in reply to Re: (GOLF) - multiple digit finder regex - 17 chars
in thread regexp golf - homework

I think that solving the opposite porblem means solving the original problem. Just filter the input using /\d+/ to insure that they are composed by only digits. Then, solve the problem in the opposite way.
  • Comment on Re^2: (GOLF) - multiple digit finder regex - 17 chars