At the moment you can use arguments in you view path, for example user/%/friends
where % is an argument (user's ID). But is it possible to use an argument in different way, let's say user-%/friends
, so the normal path would look like user-123/friends
instead of user/123/friends
?
Thank you.