From: Giles Bowkett Date: 2006-10-22T10:02:37+09:00 Subject: DRY fanatics? Anybody know a way to make this DRYer? when /^([A-Za-z0-9,]+), '([^']+)', '([^']+)', '([^']+)'/ a literal regex with a subpattern repeated three times I could probably split on the ', but it seems that might have unwanted side effects. -- Giles Bowkett http://www.gilesgoatboy.org