is it Possible wild card search in array values? hi all,
is it possible to wild card search in an array?
for eg:
$vSearchStr = "hi";
$Array = array("hello","hi mathew");
here, i want to get the key value for $vSearchStr:
how do i get the result for this?
can any one give sample for this? |