What is a good way to return all but the first character of a string?

ie: f(U234)=234 f(U1)=1

what is a good f ?

Thanks for any help!