Re: -[NSString capitalizedString]

2013-11-11 Thread Steve Mills
I dunno, but what comes to mind is stuff like forming a properly-cased title for a UI element, given a user-typed string. Never trust users to type the correct case. :) -- Steve Mills office: 952-818-3871 home: 952-401-6255 cell: 612-803-6157 On Nov 11, 2013, at 15:27:52, Andy Lee wrote: > A

-[NSString capitalizedString]

2013-11-11 Thread Andy Lee
arded message: > Got bit by this: "and all remaining characters set to their corresponding > lowercase values" - why would anyone want that? > > - (NSString *)capitalizedString > > Description > > Returns a capitalized representation of the receiver. > >