For example I have this url & route:
http://mysite/test/article-1
and
// Route on Test
Route::set('Test', 'test/<alias>',array('alias'=>'\D+'))
It will work only for http://mysite/test/article
, how to make it right? And the rule is that alias can't starts with digit.