re: stringByTrimmingCharactersInSet bug
re: stringByTrimmingCharactersInSet bug
- Subject: re: stringByTrimmingCharactersInSet bug
- From: Theodore Petrosky <email@hidden>
- Date: Fri, 26 Sep 2003 05:42:31 -0700 (PDT)
This is a known issue. I remember reporting this to
apple over a year ago and receiving a reply that it
would be fixed in the next major release...
Ted
Message: 16
Date: Thu, 25 Sep 2003 16:05:33 -0700
To: email@hidden
From: "Stephen C. Jensen" <email@hidden>
Subject: NSString string
I think I've found a bug in
stringByTrimmingCharactersInSet...
I have a text field named "FirstNameField" in which
the user can type
in a name for searching. You can type in one or more
letters, and the
search algorithm will match whatever you know. What I
discovered was
that if you type in a search string and a space, the
search algorithm
returns nothing. No problem... I put in a
"stringByTrimmingCharactersInSet" command while
querying the field,
like so:
The single letter is trimmed. This doesn't make sense.
Any ideas?
Thanks!
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
_______________________________________________
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.