I
imphasing
I need to delete the first five characters of a string. Is there an
easy way to do this? It doesn't matter what character, I just need to
delete the first 5. I have a string like this:
45ghsHello There!
or maybe
hf745Hello There!
and I want to get rid of the 45ghs or hf745.
thanks,
Alex
easy way to do this? It doesn't matter what character, I just need to
delete the first 5. I have a string like this:
45ghsHello There!
or maybe
hf745Hello There!
and I want to get rid of the 45ghs or hf745.
thanks,
Alex