Text parsing via regex

Robert Kern robert.kern at gmail.com
Mon Dec 8 17:51:38 EST 2008


Robocop wrote:
> Wow!  Thanks for all the input, it looks like that textwrapper will
> work great for my needs.  And thanks for the regex help everyone.
> Also, i was thinking of using a list, but i haven't used them much in
> python.  Is there anything in python that is equivalent to pushback in
> c++ for vectors?

list.append()

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list