<?php preg_match('#^/ut/(?P<controller>[\w]+)/(?P<method>[\w]+)/(?P<id>[\d]+)$#i', '/ut/User/getUser/1', $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.