How to use
Pick a mode, then type or paste text. Only letter/digit words on each line change. Line breaks stay as-is.
Keeps line breaks (CRLF/LF) and converts only letter/digit words on each line. Spaces, hyphens, underscores, and camelCase boundaries count as word separators.
Pick a mode, then type or paste text. Only letter/digit words on each line change. Line breaks stay as-is.
Input is multi-line text. Output keeps the same line structure. Conversion stays in this browser; nothing is uploaded.
hello world → camelCase helloWorld, PascalCase HelloWorld, snake_case hello_world, SCREAMING_SNAKE HELLO_WORLD, kebab-case hello-world.