Generating Uppercased Variants of Strings
Learn how to generate uppercased variants of a string.
We'll cover the following
Basic structure of the upper
helper method
The upper
helper method is the opposite of the lower
method; the upper
method returns the uppercased variant. The basic structure of the upper
function is shown below.
Get hands-on with 1200+ tech skills courses.