<?php $txt = <<<TEXT .1 1.5 0.10 .8 TEXT; echo preg_replace('/^\.(?=\d)/m', '0.', $txt);
You have javascript disabled. You will not be able to edit any code.