• 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: Jan Van Tol <email@hidden>
  • Date: Fri, 10 Jan 2003 19:10:20 -0600

On Friday, January 10, 2003, at 01:52 PM, Jan Van Boghout wrote:

I guess this is one of those things I'll smack myself for, but I can't find a good way to do it:

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

Any pointers?

Well, here's how I do it:

if ([myString rangeOfString:@"bla"].location != NSNotFound) {
//The string has been found
}

There may be an easier way, but this works fine for me.

-Jan Van Tol
_______________________________________________
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: Re: Notes about WebCore
  • Next by Date: [ANN]: Updated AppKit release notes now online
  • 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