arioch1984
5/16/2014 - 3:47 PM

Parse string for float numbers

Parse string for float numbers

<?php
preg_match_all('!\d+\,*\d*!', $price, $matches);
?>