<?php $input = '/123abc/'; $format = '/%d/'; $match = ''; var_dump(sscanf($input, $format, $match), $match);
You have javascript disabled. You will not be able to edit any code.