• 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: How to know if an NSString contains a string?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to know if an NSString contains a string?


  • Subject: Re: How to know if an NSString contains a string?
  • From: Jeff LaMarche <email@hidden>
  • Date: Fri, 10 Jan 2003 20:32:54 -0500

> How do I know if a string contains another string? Something like
> myBool = [myString containsString:@"bla"] is what I need.

What about simply looking for a substring, like this:

myBool = !([myString rangeOfString:@"bla"].location == NSNotFound);

Jeff
_______________________________________________
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: 
 >How to know if an NSString contains a string? (From: Jan Van Boghout <email@hidden>)

  • Prev by Date: [ANN]: Updated AppKit release notes now online
  • Next by Date: Re: How to know if an NSString contains a string?
  • Previous by thread: Re: How to know if an NSString contains a string?
  • Next by thread: Re: How to know if an NSString contains a string?
  • Index(es):
    • Date
    • Thread