<?php $test = 'CHF 3`009.55'; echo preg_replace('/[^0-9-.`]+/', '', $test); //return 3`009.55
You have javascript disabled. You will not be able to edit any code.