Re: Inspecting And Changing Strings In Python

2009-04-29 Thread Duncan Booth
"Jim Carlock" wrote: > Anyone here able to provide a link to the Python functions for > comparing strings and updating strings? I'm looking to do some > character by character analysis until I find the '@' character > and then change the rest of the string after that. > You cannot update a strin

Re: Inspecting And Changing Strings In Python

2009-04-29 Thread Joel Madigan
Start here: http://www.lmgtfy.com/?q=python+string On Wed, Apr 29, 2009 at 10:36 AM, Jim Carlock wrote: > Anyone here able to provide a link to the Python functions for > comparing strings and updating strings? I'm looking to do some > character by character analysis until I find the '@' characte

Inspecting And Changing Strings In Python

2009-04-29 Thread Jim Carlock
Anyone here able to provide a link to the Python functions for comparing strings and updating strings? I'm looking to do some character by character analysis until I find the '@' character and then change the rest of the string after that. Thank you for your help. -- Jim Carlock http://www.micro