NSString character manipulation...
NSString character manipulation...
- Subject: NSString character manipulation...
- From: Hsu <email@hidden>
- Date: Mon, 1 Jul 2002 00:24:44 -0700
Hullo,
Is it safe to do something like:
if ( (isalnum([myNSString characterAtIndex:0])) || ([myNSString
characterAtIndex:0] == '.') ) {
// blah blah
}
Or am I going to have false positives because of unicode characters?
Karl
--
The day Microsoft makes something that doesn't suck is the day they
start making vacuum cleaners.
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
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.