in reply to (tye)Re: New simple search
in thread New simple search
I like the points system.... Though I might tweak the definition of a full-word. How about "a substring bounded by non-letters (or the ends of the string)". Something like (^|[^A-Za-z])ide([^A-Za-z]|$)
That approach has worked well for me in my search engine attempt. Especially considering titles like 'Using CGI::Cookie with HTML::Template'
-Blake
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re2: New simple search
by tye (Sage) on Jul 09, 2002 at 13:55 UTC | |
by blakem (Monsignor) on Jul 09, 2002 at 19:28 UTC |
In Section
Perl Monks Discussion