Skip to Content
0
Former Member
Feb 15, 2011 at 09:07 PM

Last 8 positions of the string

1367 Views

Hi,

I need to do get only the last 8 charters of the string, how can I do this? please help

Eg:

Input

1234567890

output

34567890

or

Input

1234567890456

output

67890456