Convert text to upper case

Convert all the letters in your text to uppercase characters.

Face with waiting expression Nothing to see yet!

Loading takeymakey...
TakeyMakey code
Want this tool to do something else? Edit the code below and make it do whatever you want.
({ make: (data) => data.toUpperCase() })