tokenise a string

Cousin Stanley cousinstanley at hotmail.com
Sat Oct 9 11:27:07 EDT 2004


On 2004-10-09, Matthias Teege <matthias-dated at mteege.de> wrote:
> Moin,
> ....
> So I must parse the input, build tokens and map the fieldnames. 
>
> Is there a special modul which I can use 
> or are the standard string functions adequate?
>

Matthias .... 

  You might check the  tokenize  module ....
  
      import tokenize
      
      help( tokenize )
      
  I only know of it, but have never used it myself ....      


-- 
Cousin Stanley
Human Being
Phoenix, Arizona



More information about the Python-list mailing list