This chapter is from the book
Exercise
Try creating a playground or use the Swift REPL to combine two strings together, and then use the lowercaseString method on your combined string to convert the string to all lowercase letters. (HINT: Import Cocoa first. In a playgroud, press the period key (.) immediately after typing the combined variable name to get a list of actions you can take on that string.)
< Back
Page 6 of 6