From: Jeffrey Schwab Date: 2006-02-07T23:03:21+09:00 Subject: Re: Grep via Ruby ralf wrote: > I'd like to have a "grep" with case-insensitive match. normal grep does > not have this functionality (afaik), but ruby does. Are you talking about Enumerable#grep or the grep command-line tool?