"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
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