Type your text — get all case formats instantly.
This tool instantly converts text into all popular naming conventions used in programming and web development.
The key difference is the case of the first letter. In camelCase, the first word starts with a lowercase letter (myVariableName), while in PascalCase every word starts with a capital letter (MyVariableName). In programming, camelCase is commonly used for variables and functions, while PascalCase is preferred for classes and components. The tool displays both variants so you can choose the right one.
Just paste your list into the input field, separating elements with spaces, commas, or line breaks. The tool will automatically recognize each token and convert it to kebab-case. For example, my_variable_name becomes my-variable-name. If you need to process multiple lines, separate them with newlines — the result will be equivalent.
The tool correctly processes Latin text including all standard characters. Word boundaries are determined by spaces, hyphens, and underscores. For mixed content with special symbols, the converter splits tokens at those delimiters and applies the chosen casing rule to each word. All calculations run locally in your browser — no text is sent to a server.