Converts all letters in text to UPPERCASE.

Input Fields

  • text: The start text.

Output Fields

  • output: The text with all letters in uppercase.

Examples:

aBcdeFg –> ABCDEFG
This is a test. –> THIS IS A TEST.