Skip to content

How to trim the front of a string?

3 messages · rok90, Jorge Ivan Velez, Gabor Grothendieck

#
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
#
Here are three ways:
[1] "berry"
[1] "berry"
[1] "berry"
On Sat, Nov 21, 2009 at 4:05 PM, rok90 <ivansek.labris at gmail.com> wrote: