Skip navigation.
 
mlRe: stringByTrimmingCharactersInSet trimming too much
FROM : Ali Ozer
DATE : Thu Dec 05 17:57:13 2002

> 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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlstringByTrimmingCharactersInSet trimming too much Graeme Nattress Dec 5, 16:57
mlRe: stringByTrimmingCharactersInSet trimming too much Ali Ozer Dec 5, 17:57
mlRe: stringByTrimmingCharactersInSet trimming too much Jonathan Jackel Dec 5, 18:25