I am trying to isolate just the article name portion of the url from the form <host>/<language>/<issue>/<section>/<article number>/<article name>.<suffix>. I want just the <article name> portion of the url, different than the $gimme->article->name in that an article name on "the title" should show return as "the-title" for the url.
I thought $gimme->article->url_name might give it to me, but it just gives me the article number.