<?php $number = '10001212121212121500'; # you've to make it string then if (preg_match('/1000(.*?)1500/', $number, $match) == 1) { echo $match[1]; } ?>
You have javascript disabled. You will not be able to edit any code.