Diysb Tools

Convert to Uppercase

Convert text to uppercase letters.

Text Tools
Input text
Uppercase text
Convert to Uppercase Examples

Convert Text to Uppercase

This example transforms any text to ALL UPPERCASE format.

The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.

Uppercase Code

Convert code to uppercase format. Note that this is for display only and would not maintain code functionality.

function example() { return "hello"; }
function example() { return "hello"; }
FUNCTION EXAMPLE() { RETURN "HELLO"; }
FUNCTION EXAMPLE() { RETURN "HELLO"; }

Uppercase Mixed Content

Works with any text content including numbers and special characters.

hello WORLD 123!
hello WORLD 123!
HELLO WORLD 123!
HELLO WORLD 123!