Diysb Tools

转换为大写

将文本转换为大写字母。

文本工具
输入文本
大写文本
转换为大写 示例

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!