Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!news.mathworks.com!news.kei.com!nntp.coast.net!news00.sunet.se!sunic!mn6.swip.net!seunet!news2.swip.net!artemis.sto.fdata.se!news
From: Andreas Bergenarp <andreas.bergenarp@ore1.wmdata.se>
Subject: Faster #find: method for strings?
Sender: news@artemis.sto.fdata.se (UseNet NetNews)
Message-ID: <DnyDs9.CH@artemis.sto.fdata.se>
Date: Fri, 8 Mar 1996 14:33:44 GMT
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0
X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
Organization: WM-data AB
Lines: 4

I've been trying the #find: method to search for patterns in strings in a 
ENFIN Smalltalk program. I think the method is slow and it's 
case-sensitive too. Is there a fast case-insensitive method for this ?

