Re: String Contains String
Re: String Contains String
- Subject: Re: String Contains String
- From: Andrew James <email@hidden>
- Date: Fri, 1 Jun 2007 00:43:16 +0930
Thank you both for answering so quickly, i was expecting a nice
simple method like all the other ones they offer ;) thanks for
pointing me in the correct direction google helped finish the last bits
On 01/06/2007, at 12:41 AM, I. Savant wrote:
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