<?php $matches = array(); $str = "€ 1.250.000 k.k."; $str = preg_match_all('/\d/', $str, $matches); $str = implode("", $matches[0]); echo $str;
You have javascript disabled. You will not be able to edit any code.