Text to toggle

Toggled text

How does it work?

This tool toggles text between "Capitalized Words" format and camelCase format. It automatically detects the current format of each line and converts it to the other format.

  • Capitalized Words: Each word starts with an uppercase letter (e.g., Hello World)
  • camelCase: Words joined together, first word lowercase, subsequent words capitalized (e.g., helloWorld)

Examples of toggling case

Original text

Hello World
helloWorld
This Is A Test
thisIsATest
Another Example
anotherExample

After toggling

helloWorld
Hello World
thisIsATest
This Is ATest
anotherExample
Another Example

This tool is particularly useful for converting between title-case text (often used in headings and titles) and programming variable names. It can help when you need to convert between different text formatting conventions.

Other tools

See other tools