in reply to Multiple RegEx Matches in a single string

Insert quote about hammers and everything looking like nails here

This is on the border of where you need to stop trying to use just regexen and write a proper parser (either by hand rolling your own or using something like Parse::RecDescent).

  • Comment on Re: Multiple RegEx Matches in a single string