
December 5th, 2012, 08:33 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 11
Time spent in forums: 1 h 34 m 47 sec
Reputation Power: 0
|
|
String Compare
I have a string
$string1 = "4PL400".
Now i read a string from <STDIN>.....
now i can enter both 4pl400 and 4PL400.......the question is how do i compare the input to string1.
In clear words, the input is case insensitive....but the comparison has to be done..
Please help and advise
Thanks in advance
|