"anthonyberet" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a string mething to return only the alpha characters of a > string? > eg 'The Beatles - help - 03 - Ticket to ride', would be > 'TheBeatlesTickettoride'
I believe you can do this with string.translate (string module, not str()) tjr -- http://mail.python.org/mailman/listinfo/python-list