Title: Change Text Case
Author: Michael Aronoff
Published: <strong>August 15, 2013</strong>
Last modified: May 5, 2025

---

Search plugins

![](https://ps.w.org/change-case-for-tinymce/assets/banner-772x250.png?rev=757013)

![](https://ps.w.org/change-case-for-tinymce/assets/icon-256x256.jpg?rev=980775)

# Change Text Case

 By [Michael Aronoff](https://profiles.wordpress.org/masterk/)

[Download](https://downloads.wordpress.org/plugin/change-case-for-tinymce.zip)

 * [Details](https://wordpress.org/plugins/change-case-for-tinymce/#description)
 * [Reviews](https://wordpress.org/plugins/change-case-for-tinymce/#reviews)
 *  [Installation](https://wordpress.org/plugins/change-case-for-tinymce/#installation)
 * [Development](https://wordpress.org/plugins/change-case-for-tinymce/#developers)

 [Support](https://wordpress.org/support/plugin/change-case-for-tinymce/)

## Description

This plugin solves one of my greatest annoyances. Quickly changing the case of selected
text. Clients often send text with all caps or no caps and clicking through a ton
of text to fix the case is often tedious work. I created this simple but effective
plugin to eliminate that chore.

Based on a request I have added a fourth button to add Sentence Case as well. So
if you have a large block of text with . ? or ! between sentences it will Cap only
the first letter of each sentence.

There is an Options Page to enable or disable any of the buttons.

**_NEW_**
 I have also added keyboard shorcuts! Ctrl+Shift+L = Lowercase Ctrl+Shift
+U = Uppercase Ctrl+Shift+S = Sentence Case Ctrl+Shift+T = Title Case (I do not 
own a mac to test on but command should work according to the TinyMCE documentation)

### Usage

Highlight the text to be changed. Click the Visual Editor button inside your post/
page for the desired effect:

 * **UC** – Changes selected text to all Uppercase.
 * **lc** – Changes selected text to all lowercase.
 * **Sc** – Changes selected text to all Sentence case.
 * **Tc** – Changes selected text to all Title case.

## Installation

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use buttons in WordPress TinyMCE Visual Editor

## FAQ

### Q. Where can the plugin be used?

The plugin can be used in the WordPress Visual Editor

### Q. Can I turn off some of the buttons?

Yes, there is a plugin options page that allows you to choose which buttons to display
in the Visual Editor. Even when buttons are off the keyboard shortcuts still work.

## Reviews

![](https://secure.gravatar.com/avatar/05ef527c3a8ba5d28a3beb6cb19da63bdeb09325057cce406e96aba1e59fdad0?
s=60&d=retro&r=g)

### 󠀁[Does Not Work in Blocks in Chrome on Mac](https://wordpress.org/support/topic/does-not-work-in-blocks-in-chrome-on-mac/)󠁿

 [ktsparkman](https://profiles.wordpress.org/ktsparkman/) January 31, 2023

I don’t know if this is browser dependent but does not work on Mac in Blocks viewing
with Chrome. Keystrokes as described also do not work on Mac. (I’m sure developer
has a friend with a Mac to check?) Only converts all caps to all lower case and 
then you cannot change initial cap. Happy to send a screen recording to developer
if you’d like.

![](https://secure.gravatar.com/avatar/cb1e6f928f27e8a80c5a6743db75d27d3d5ec884bce21c16a9e4f7e374fd27b3?
s=60&d=retro&r=g)

### 󠀁[Not AP Title Case](https://wordpress.org/support/topic/not-ap-title-case/)󠁿

 [Dugonja](https://profiles.wordpress.org/h3llas/) November 23, 2021

Title case is not AP style title case. It caps every first letter in sentence.

![](https://secure.gravatar.com/avatar/16539f08576a640cad86d4034dc01d7fdddc9707d6026a6bfc12d90796c91d33?
s=60&d=retro&r=g)

### 󠀁[There is a Turkish character problem](https://wordpress.org/support/topic/there-is-a-turkish-character-problem/)󠁿

 [tahael](https://profiles.wordpress.org/tahael/) February 14, 2021

There is a Turkish character problem

![](https://secure.gravatar.com/avatar/ae4d6988054ac1c4a9fd2255141cbf562d7bf2c67caa2cae833c47abb231bb66?
s=60&d=retro&r=g)

### 󠀁[Thank you!!](https://wordpress.org/support/topic/thank-you-2343/)󠁿

 [Reg Scheepers](https://profiles.wordpress.org/reg-scheepers/) May 5, 2020

You sir, are an awesome human being! Thanks for creating this!

![](https://secure.gravatar.com/avatar/cf5295b4060b2a7d6c9ad8988b94ac6a9a250f65b3e15f804b30314396dd7e67?
s=60&d=retro&r=g)

### 󠀁[Fantastic!](https://wordpress.org/support/topic/fantastic-2230/)󠁿

 [Erez Speiser](https://profiles.wordpress.org/erezspeiser/) August 27, 2019

So simple and saves me so much time. Thank you!

![](https://secure.gravatar.com/avatar/9ad8028c0e84e4e321488590012ffcca9662da86a0b25eeb4bbe86f9ec1f63e7?
s=60&d=retro&r=g)

### 󠀁[Thanks for this…](https://wordpress.org/support/topic/thanks-for-this-14/)󠁿

 [crzyhrse](https://profiles.wordpress.org/crzyhrse/) February 9, 2018

Thank you… This was exactly what I was looking for and needed…

 [ Read all 21 reviews ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/)

## Contributors & Developers

“Change Text Case” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Michael Aronoff ](https://profiles.wordpress.org/masterk/)

[Translate “Change Text Case” into your language.](https://translate.wordpress.org/projects/wp-plugins/change-case-for-tinymce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/change-case-for-tinymce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/change-case-for-tinymce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/change-case-for-tinymce/)
by [RSS](https://plugins.trac.wordpress.org/log/change-case-for-tinymce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0

This is a major rewrite. I rebuilt the code from scratch so that it was more compact,
flexible and I added keyboard shortcuts. The old version was really 4 TinyMCE plugins
packaged together. It is now a single TinyMCE plugin with four discrete functions.

SPECIAL MESSAGE FOR USER @Hrohh…
 The thread you started about your changes is locked
so I cannot reply. Please start a new support thread or go to my website at www.
ciic.com and contact me.

#### 2.0.1

Fix conflict with keyboard shortcuts.

#### 2.0.2

Fixed a typo I left in on 2.0.1

#### 2.0.3

Tested with WP 4.9

#### 2.1

Changed keyboard shortcuts to not conflict with the new Block editor.
 This plugin
is not ready for the new paragraph block You must use either the Classic Editor 
or the Classic Block in the new Block Editor. Tested with WP 5.3

#### 2.2

Fixed Deprecated Warning

#### 2.2.1

Tested with WP 6

#### 2.3

Updated to work with PHP 8.1

#### 2.3.2

Tested with WP 6.2

## Meta

 *  Version **2.3.2**
 *  Last updated **1 year ago**
 *  Active installations **2,000+**
 *  WordPress version ** 3.3 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [case](https://wordpress.org/plugins/tags/case/)[editor](https://wordpress.org/plugins/tags/editor/)
   [text](https://wordpress.org/plugins/tags/text/)[tinyMCE](https://wordpress.org/plugins/tags/tinymce/)
 *  [Advanced View](https://wordpress.org/plugins/change-case-for-tinymce/advanced/)

## Ratings

 4.8 out of 5 stars.

 *  [  19 5-star reviews     ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/change-case-for-tinymce/reviews/)

## Contributors

 *   [ Michael Aronoff ](https://profiles.wordpress.org/masterk/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/change-case-for-tinymce/)