Re: joining strings question
- From: Steve Holden <steve@xxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 14:52:12 -0500
I V wrote:
On Fri, 29 Feb 2008 08:18:54 -0800, baku wrote:return s == s.upper()
A couple of people in this thread have used this to test for an upper case string. Is there a reason to prefer it to s.isupper() ?
In my case you can put it down to ignorance or forgetfulness, depending on how forgiving you feel.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
.
- References:
- joining strings question
- From: patrick . waldo
- Re: joining strings question
- From: baku
- Re: joining strings question
- From: I V
- joining strings question
- Prev by Date: at-exit-thread
- Next by Date: Re: at-exit-thread
- Previous by thread: Re: joining strings question
- Next by thread: Re: joining strings question
- Index(es):
Relevant Pages
|