<?php $tests = [ 'MAU120', 'MAUL345', 'MAUW23', ]; foreach ($tests as $test) { var_export(sscanf($test, '%[^0-9]%d')); echo "\n"; }
You have javascript disabled. You will not be able to edit any code.