From: Hal Fulton Date: 2004-11-27T06:46:18+09:00 Subject: Re: [QUIZ] Banned Words (#9) James Edward Gray II wrote: > On Nov 26, 2004, at 3:20 PM, Hal Fulton wrote: > >> Maybe something like text.split.include?(word) > > > Yeah, that's probably better, if a little less efficient (I assume). Probably is less efficient. Also it's not quite right, as it doesn't ignore punctuation. Hal