Re: stringByTrimmingCharactersInSet trimming too much
Re: stringByTrimmingCharactersInSet trimming too much
- Subject: Re: stringByTrimmingCharactersInSet trimming too much
- From: Ali Ozer <email@hidden>
- Date: Thu, 5 Dec 2002 08:57:13 -0800
Before trimming, word
= " [1", and after trimming it's equal to "", which doesn't seem
right.... Any ideas.
Yes, a bug... See
http://developer.apple.com/qa/qa2001/qa1202.html for
description and a possible workaround. Another possible workaround is
to pad your string with a character to be trimmed.
Ali
_______________________________________________
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.