How can I tell when a string is in fact a number?
Joshua Muskovitz
josh at open.com
Mon Nov 6 14:41:20 EST 2000
More information about the Python-list mailing list
Mon Nov 6 14:41:20 EST 2000
- Previous message (by thread): How can I tell when a string is in fact a number?
- Next message (by thread): How can I tell when a string is in fact a number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for all the timing benchmarks. This is effectively the only response I've seen to my "why bother with re at all?" question, when I posted a much more readable solution which only used filter and lambda. Also, thanks for summarizing all of the intersting ways of solving this. The map solution never would have occurred to me. Python just gets better and better! -- josh -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- Previous message (by thread): How can I tell when a string is in fact a number?
- Next message (by thread): How can I tell when a string is in fact a number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list