<?php $str = 'family apotheke 14.05'; preg_match_all('!\d+\.*\d*!', $str ,$match); echo $number = implode(' ', $match[0]); echo "<br />".$filter_str = trim(str_replace($number, '', $str));
You have javascript disabled. You will not be able to edit any code.