Change your text to UPPERCASE, lowercase, or Title Case instantly.
Loading tool...
The Case Converter transforms text into UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Sentence case with one click.
Parses input text into word tokens using whitespace, punctuation, and camelCase boundary delimiters. Applies casing transformations according to standard programming naming conventions and title capitalization rules (AP / Chicago style).
Text: "user profile settings"camelCase: userProfileSettings
PascalCase: UserProfileSettings
snake_case: user_profile_settings
kebab-case: user-profile-settings
CONSTANT_CASE: USER_PROFILE_SETTINGSTransforms human text into standardized programming naming conventions.
Because this tool runs entirely on your local machine's memory, there is no hard server limit. You can easily process massive text documents instantly.
No, this tool specifically alters the capitalization of letters (case conversion). It does not perform grammar or spell checking.
Sentence case capitalizes only the very first letter of a sentence, leaving the rest of the words in lowercase (unless they are proper nouns).