whitespace
Peter Hansen
peter at engcorp.com
Fri Sep 19 20:07:32 EDT 2003
More information about the Python-list mailing list
Fri Sep 19 20:07:32 EDT 2003
- Previous message (by thread): whitespace
- Next message (by thread): py2exe web site
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
RR wrote: > > Is there an easy way in python to remove whitespace from a string? >>> ' string with whitespace '.strip() 'string with whitespace' -Peter
- Previous message (by thread): whitespace
- Next message (by thread): py2exe web site
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list