Change string to upper case in place
string = 'My first string' # => "My first string" string.upcase! # => "MY FIRST STRING"