On Thu, 2002-03-28 at 16:50, 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"?

  http://www.php.net/preg_grep

Hope this helps,

Torben


 Torben Wilson <[EMAIL PROTECTED]>
 http://www.thebuttlesschaps.com
 http://www.hybrid17.com
 http://www.inflatableeye.com
 +1.604.709.0506


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

Reply via email to