How does it work?
This tool toggles text between "First word capitalized" format and camelCase format. It automatically detects the current format of each line and converts it to the other format.
- First word capitalized: First word starts with an uppercase letter, rest of the words are lowercase (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
anotherExampleAfter toggling
helloWorld
Hello world
thisIsATest
This is atest
anotherExample
Another exampleThis tool is particularly useful for converting between sentence-like text and programming variable names. It can help when you need to convert natural language descriptions into code identifiers or vice versa.
Other tools
See other tools