$regex = '/([?1234567890][.][1234567890][1234567890])+$/'; $valor = '1.00'; echo preg_match($regex, $valor)? 'si': 'no';