Sorry for delay.
With an url like mysite.com/item/1017-news-2011 the rule:
{preg_match 2}/\/item\/([0-9]+)-(.*)/i{/preg_match}
Return just:
That you can use to build the destination URL:
From URL: /item/
To URL: http://{siteurl}/{preg_match 2}/\/item\/([0-9]+)-(.*)/i{/preg_match}
Let me know if you need more help.
Luigi