Re: compare two strings
Re: compare two strings
- Subject: Re: compare two strings
- From: Robert Tillyard <email@hidden>
- Date: Mon, 2 Feb 2004 02:20:17 +0000
I've used this and it seems to work.
if ([myString hasSuffix:@"="] == YES)
Regards, Rob.
On 1 Feb 2004, at 11:27 pm, Sascha Kuehn wrote:
>
thanks! works great.
>
>
i have too other questions:
>
>
how can i check if a string ends with a "=" or any other character?
>
how can i leave a for-loop before it's regularly end?
>
>
sorry for that questions, but i'm new to obj-c.
>
>
sascha
_______________________________________________
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.