<?php $phone = "919999999999"; Preg_match("/\d*(\d{10})/", $phone, $match); Echo $match[1];
You have javascript disabled. You will not be able to edit any code.