<?php $str = "You came in 21st out of 53"; sscanf($str, '%*[^0-9]%d%*[^0-9]%d', $place, $total); var_export(compact(['place', 'total'])); echo "\n---\n"; var_export(sscanf($str, '%*[^0-9]%d%*[^0-9]%d'));
You have javascript disabled. You will not be able to edit any code.