<?php $re = '/^\+?0*(?:91-)?\K(?:91)?[6-9][0-9]{9}$/m'; $str = '+918877665544 0918877665544 0000918877665544 +91-8877665544 91-8877665544 00008877665544 +91-88776655440 91-88-77665544 +818877665544 0918877665544 0000918877665544 +91-8877665544 92-8877665544 00002877665544'; preg_match_all($re, $str, $matches); print_r($matches[0]);
You have javascript disabled. You will not be able to edit any code.