From: Chris Morris Date: 2004-01-20T04:38:12+09:00 Subject: regex help I need a re such that: ' /* comment */ String s = "***/"; '.gsub(re, "*\\") returns: ' /* comment *\ String s = "***/"; ' I want to find all *\ instances that are not enclosed in double-quotes. Or is this one of those problems ill-suited for a regex? -- Chris http://clabs.org