Convert text between 12+ case formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, and more for programming and writing.
user profile settingscamelCase: userProfileSettings
PascalCase: UserProfileSettings
snake_case: user_profile_settings
kebab-case: user-profile-settings
CONSTANT_CASE: USER_PROFILE_SETTINGSthe quick brown fox jumps over the lazy dogTitle Case: The Quick Brown Fox Jumps Over the Lazy Dog
Sentence case: The quick brown fox jumps over the lazy dog.
UPPERCASE: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOGgetUserProfileDatasnake_case: get_user_profile_data
kebab-case: get-user-profile-data
PascalCase: GetUserProfileData
CONSTANT_CASE: GET_USER_PROFILE_DATACount words, characters (with/without spaces), sentences, paragraphs, and calculate reading/speaking time. Analyze text density, keyword frequency, and readability for SEO content optimization.
Comprehensive string manipulation toolkit: trim whitespace, pad strings, truncate text, slugify URLs, escape/unescape characters, extract substrings, and perform 15+ text operations for developers.