in reply to Re: compare individual string with complete array
in thread compare individual string with complete array
hello in my program the $db_description is a variable which contains values such as $db_description="MOVE 1-2 STEPS" i want to check if this $db_description is present or matches in the above mentioned @steps_name array. the code i use only matches exact string ,I need any case insensitive even if 1-2 is present in string it should match with array
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: compare individual string with complete array
by thanos1983 (Parson) on May 31, 2017 at 11:15 UTC | |
by rohan_532 (Initiate) on May 31, 2017 at 11:38 UTC | |
by thanos1983 (Parson) on May 31, 2017 at 12:49 UTC | |
by rohan_532 (Initiate) on Jun 01, 2017 at 03:34 UTC | |
by AnomalousMonk (Archbishop) on Jun 01, 2017 at 06:47 UTC | |
by thanos1983 (Parson) on Jun 01, 2017 at 08:14 UTC | |
|