<?php $price = "$1,234,567.223"; preg_match('/([\d\.,]+)/',$price,$match); Var_dump($match);
You have javascript disabled. You will not be able to edit any code.