as of MongoDB 8.0.4
//php $filter = ['fileType' => ['$regex' => '^image', '$options' => 'i']]; $rr = $collection->find( $filter );