Re: [Tutor] String-manipulation question

2007-03-12 Thread Alan Gauld
"John Fouhy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/03/07, Alan Gilfoy <[EMAIL PROTECTED]> wrote: > >> My question here boils down to, "Is there a way to remove certain >> characters from a string?" > In this case, it looks like you're after "string slicing". The > t

Re: [Tutor] String-manipulation question

2007-03-11 Thread John Fouhy
On 12/03/07, Alan Gilfoy <[EMAIL PROTECTED]> wrote: > My question here boils down to, "Is there a way to remove certain > characters from a string?" There are several ways, depending on what exactly you want to achieve. In this case, it looks like you're after "string slicing". The tutorial cov