On Fri, Feb 15, 2013 at 6:04 PM, Steve Goodwin <sgood...@cfl.rr.com> wrote: > Hi, > > I am looking for the python2.7 function(s) to parse a string from a colon > character ":" > > Sounds simple enough. > > For example, a string like "123456:789". I just need the "123456" > substring.(left of the :) "123456:789".split(":")[0] -- http://mail.python.org/mailman/listinfo/python-list
- Howto parse a string using a char in python Steve Goodwin
- Re: Howto parse a string using a char in python Tim Chase
- Re: Howto parse a string using a char in python David Robinow
- Re: Howto parse a string using a char in python John Gordon
- Re: Howto parse a string using a char in python Mark Lawrence
- Re: Howto parse a string using a char in python Gary Chambers