preg_grep("/^file/", $arr)

bvr.

Dalton Hunter wrote:

 >Hi, I want to search for a partial match in an array? Does in_array() or
 >search_array() support this or is there another way? For example if I have
 >30 file names in an array in the format ...
 >
 >file1.txt
 >file2.txt
 >pic1.gif
 >pic2.gif
 >
 >... how can I check to see if any values in the array start with the
 >partial word "file"?
 >
 >
 >




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to