[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Last 4 Letters of String

Michael Torrie

2/21/2008 5:49:00 PM

Robert Rawlins - Think Blue wrote:
> Hello Guys,
>
>
>
> I'm looking for a function which will give me the last 4 characters of a
> given string. I'm sure it's a very simple task but I couldn't find anything
> of it.

Use the same technique as you'd use slicing a list.

http://www.diveintopython.org/native_data_types/...

>
>
>
> Any ideas?
>
>
>
> Rob
>
>
>