<?php $string = 'This is day 7 of the task'; preg_match('~[0-9]~', $string, $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.