Show/Hide Toolbars

EmEditor Help

EmEditor Home - EmEditor Help - Command Reference - Convert category

Uppercase command

Summary

Converts the selection to all uppercase characters.

Description

Converts the selection to all uppercase letters. For instance, a will become A, ä will become Ä, and λ will become Λ.

How to Run

Default Menu: Convert > Uppercase

All Commands: Convert > Uppercase

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: CTRL+SHIFT+U

Plug-in Command ID

EEID_MAKE_UPPER (4149)

Macros

[JavaScript]

document.selection.ChangeCase(eeCaseUpperCase);

[VBScript]

document.selection.ChangeCase eeCaseUpperCase

Copyright © 2003-2023 by Emurasoft, Inc.