<?php $s = 'ab-123-asdf'; if (preg_match('/\w-(?P<num>\d+)-(\w)/', $s, $matches)) { var_dump($matches); }
You have javascript disabled. You will not be able to edit any code.