TRANSFORM · LOCAL FIRST
Convert text between code naming styles
Turn words and existing identifiers into consistent names for common programming conventions.
Text Case Open →HOW TO USE
How to use
- 01
Enter a phrase or existing identifier.
- 02
Choose camel, Pascal, snake, kebab, constant, or uppercase.
- 03
Copy the converted name into your code or configuration.
USE CASES
Use cases
Convert an API field
Turn a camelCase field into a snake_case database column.
Create an environment variable
Convert a phrase to uppercase CONSTANT_CASE.
FAQ
Frequently asked questions
Can it convert Korean or Japanese text?
It can separate words, but scripts without letter case are transformed mainly through the selected separators.
Are uppercase acronyms preserved?
Words are normalized to lowercase before applying the selected style for consistent results.