• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSString categories
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSString categories


  • Subject: Re: NSString categories
  • From: Marten van Gelderen <email@hidden>
  • Date: Thu, 19 Feb 2004 13:40:52 +0100

Allan,

Thanks a lot, I did it right away and it worked (of course). (You do not want to know my current implementation of isCapitalizedString, which uses old C isupper and islower on [string characterAtIndex:...], Ugh!)

On 19 Feb 2004, at 1:21 PM, Allan Odgaard wrote:

You need to do something like:

- (BOOL)isCapitalizedString
{
return [self isEqualToString:[self capitalizedString]];
}
--
Groeten, Marten
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >NSString categories (From: Marten van Gelderen <email@hidden>)

  • Prev by Date: Re: red black trees
  • Next by Date: Re: piped unzip (and this time it's not the wrong codesnipper)
  • Previous by thread: NSString categories
  • Next by thread: comboBox menu choice validation
  • Index(es):
    • Date
    • Thread