Regular Expression AND mach

Greg Ewing (using news.cis.dfn.de) ieyf4fu02 at sneakemail.com
Wed Mar 24 22:30:28 EST 2004


Fuzzyman wrote:
> So I'm currently just searching for
> the longest word - KirbBase then returns the full *text* of each song
> containing that word... and I'm just checking each song to see if it
> has the other words :-)

If you need to do a lot of searches of this kind, you might
find it worthwhile to build an index indicating which songs
each word occurs in.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list