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