5 lines
146 B
Mathematica
5 lines
146 B
Mathematica
|
|
NSLog(@"%@", @"alphaBETA".uppercaseString);
|
||
|
|
NSLog(@"%@", @"alphaBETA".lowercaseString);
|
||
|
|
|
||
|
|
NSLog(@"%@", @"foO BAr".capitalizedString); // "Foo Bar"
|