<?php $str = "Hello, 1992 world! Today's 2016! That's 24 years!"; preg_match_all('!\d+!', $str, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.