Text to toggle

Toggled text

How does it work?

This tool toggles text between dot.case and camelCase formats. It automatically detects the current format of each line and converts it to the other format.

  • dot.case: Words in lowercase separated by dots (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 developers who need to switch between different naming conventions. dot.case is often used in configuration files, package names, and some programming languages, while camelCase is common in JavaScript, Java, and other languages.

Other tools

See other tools