Convert String to Upper Case
Using Python programming language you can use string .upper() function to convert any string to upper case. Here is the sample Python code to convert string to uppercase.
Suggested reading
Some more examples of string conversions in Python.
Convert String to Lowercase in Python