Re: String Contains String
Re: String Contains String
- Subject: Re: String Contains String
- From: "I. Savant" <email@hidden>
- Date: Thu, 31 May 2007 11:11:12 -0400
On 5/31/07, Andrew James <email@hidden> wrote:
Is there a way to check if a string contains a string? what i am
attempting to do is get the results of pmset -g and see if it
It's not immediately obvious, but you want NSString's
-rangeOfString... methods. Check if the returned
returnedRange.location != NSNotFound.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden