Skip to content
Prev 201107 / 398503 Next

How to trim the front of a string?

Hey everybody!

I have a problem with triming a string. I can get rid of the blank space in
front and at the back of a string and even trim a string at the back. But I
don't know how to do it in the front.

For Example: I have a string "Blackberry" and i want to delete the first 5
characters to get just "berry".

Tnx for your help