<?php $string = 'Kırmızı Ayakkabı MB350 Püsküllü'; preg_match("/(?=\w*[a-z])(?=\w*[0-9])\w+/i", $string, $model); echo $model[0]; ?>