Converting a sentence to different formats
Hello World From Utilerio
camelCase: helloWorldFromUtilerio snake_case: hello_world_from_utilerio kebab-case: hello-world-from-utilerio
Convert text to camelCase, PascalCase, snake_case, kebab-case and more.
The result will appear here.
Was this tool useful?
Text case is a common source of inconsistency. APIs, databases and programming conventions each have their own preferred style: JavaScript uses camelCase for variables, databases use snake_case, CSS classes often use kebab-case and constants use SCREAMING_SNAKE_CASE.
This converter handles all common formats in one step. It also correctly splits text that is already in one of these formats — camelCase input is split into individual words before being converted.
Hello World From Utilerio
camelCase: helloWorldFromUtilerio snake_case: hello_world_from_utilerio kebab-case: hello-world-from-utilerio