?this is my string?.upcase
If the string is in a variable:
@my_string.upcase
Note: The method: upcase! is another alternative. See next question regarding methods that end with an exclamation.