From: Steve Hideg (hideg@saintmarys.edu)
Date: Tue Jul 03 2001 - 18:40:36 CDT
To make pattern matches case-insensitive, put an "i" qualifier after them.
e.g.
if (($PLATFORM =~ /$FORM{'query'}/i) ||
($DATE =~ /$FORM{'query'}/i) ||
($IP =~ /$FORM{'query'}/i) ||
($USER =~ /$FORM{'query'}/i) ||
($MAC =~ /$FORM{'query'}/i)) {
At 6:10 PM -0400 7/3/01, King, Michael wrote:
>First I would like to say thank you to Bryan, Peter, Patrick, Todd, and
>everyone else who contributed to this project, and in general getting me
>started.
>
>Amazing how much a crash course in Red Hat you can get by trying to get this
>program to work.
>
>Now on to the questions:
>
>They should be simple questions really.....
>
>Is it possible to make the find functions Case INsenSitive? (I never pay
>attention to case when I type, I go back and fix it later, but the find
>functions seem very case sensitive)
>
>Allie, the code you posted the other day doesn't seem to work for me. I
>copied it line for line (unless I was not supposed to remove the * preceding
>each line, which I did.) Could you mail me a copy of it.
>(mking@bridgew.edu) And is that ; supposed to be after the last } It
>seems out of place there, but I have tried it with and without it, and still
>no success.
>
>But the NetReg server itself is running smoothly.
>
>Michael King
>Telecommunications Support Specialist
>Bridgewater State College
>(508) 531-2528
>(508) 531-4528 Fax
>mking@bridgew.edu
>
>**********************************************************************
>To unsubscribe from this list, send an e-mail message to
>majordomo@southwestern.edu containing a single line with the words:
>unsubscribe netreg
>Send requests for assistance to: owner-netreg@southwestern.edu
>**********************************************************************
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:35 CDT