1 2 3 4 5
<?php $string='#229: Tomato Soup Menu'; $r = sscanf($string, "#%*d: %[^\n]", $return); echo $return;
1
Tomato Soup Menu