I want to take a long alpha-numeric string with \n and white-space and place ALL elements of the string (even individual parts of a long white-space) into separate list elements. The most common way I've seen this performed is with the split() function, however I don't believe that it has the power to do what I am looking for. Any suggestions? thanks -- http://mail.python.org/mailman/listinfo/python-list
- How to parse a string completely into a list john . ford
- Re: How to parse a string completely into a list Chris Rebert
- Re: How to parse a string completely into a list john . ford
- Re: How to parse a string completely into a l... Matt Nordhoff
- Re: How to parse a string completely into a l... john . ford
- Re: How to parse a string completely into... Tino Wildenhain
- Re: How to parse a string completely into... Tim Roberts
- Re: How to parse a string completely into... john . ford
- Re: How to parse a string completely ... Tino Wildenhain
- Re: How to parse a string completely into a list Bruno Desthuilliers