Hi all I have a string

1234567789485116 and what I would like to do is to blank out every number apart from the last 5 so it would look like this **********85116 how would i do this?

Andy