in reply to Re: Help constructing a regex that also matches hyphens and parentheses
in thread Help constructing a regex that also matches hyphens and parentheses

This is the whole regex, I shortened it for simplicity in the original post.

push(@found_items, $1) while $saved_lot =~ m#width='40' height='40' border='0'>\s+((\w+\s*)+)</td>#g;

  • Comment on Re^2: Help constructing a regex that also matches hyphens and parentheses
  • Download Code