add i like /$keyword/i
Wags ;)

-----Original Message-----
From: Chris Zampese [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 25, 2002 14:02
To: [EMAIL PROTECTED]
Subject: matching regardless of case


I have written a basic search engine, but can not find how to match the 
users input regardless of case.

#$keyword comes from html form input

while (<htmlfile>)
{
if (/$keyword/)
   {
    #do some things here
   }
}

Any help is always appreciated,

many thanks,

           Chris.

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to