I want to get the last 5 digits/characters from a string. For example, from "I will be going to school in 2011!"
, I would like to get "2011!"
.
Any ideas? I know Visual Basic has Right(string, 5)
; this didn't work for me and gave me an error.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…