joshuapack / TitleCaseFirefoxAddon

Transform strings into Title Case, Proper Case, Upper Case, and Lower Case. You have 2 ways to change text. Either by right clicking on the field and changing the case or by highlighting and only changing what you highlighted. Keyboard Shortcut available in version 2.0!
https://addons.mozilla.org/en-US/firefox/addon/titlecase/
Mozilla Public License 2.0
4 stars 2 forks source link

Reverse CamelCase #6

Open pigsonthewing opened 2 years ago

pigsonthewing commented 2 years ago

Please add an option to "reverse CamelCase"; to change, for example:

"PublicHealthEmergencyOfInternationalConcern"

to:

"Public Health Emergency Of International Concern"

by splitting at each upper case character.

joshuapack commented 2 years ago

Great Idea!