From: Chris Alfeld Date: 2006-04-02T01:10:17+09:00 Subject: Re: Regular Expression matching biggest possible You can make a regexp non greedy with a ?, that is /\/\*[\w\W]*?\*\// ^