Case Converter
How to use Case Converter tool?
- Paste text in the text area
 - Click the button corresponding to the format you want to convert to complete the conversion
 - Click the 
Copybutton, the converted string will be copied, click theDownloadbutton, the converted file will be downloaded successfully 
What are the specific meanings of these text formats?
| Name | Format | Description | 
|---|---|---|
| titleCase | Title Case | Transform a string into title case following English rules. | 
| sentenceCase | Sentence case | Transform into a lower case with spaces between words, then capitalize the string | 
| lowerCase | lower case | Transforms the string to lower case. | 
| upperCase | UPPER CASE | Transforms the string to upper case. | 
| capitalCase | Capital Case | Transform into a space separated string with each word capitalized. | 
| constantCase | CONSTANT_CASE | Transform into upper case string with an underscore between words. | 
| camelCase | camelCase | Transform into a string with the separator denoted by the next word capitalized. | 
| pascalCase | PascalCase | Transform into a string of capitalized words without separators. | 
| headerCase | Header-Case | Transform into a dash separated string of capitalized words. | 
| paramCase | param-case | Transform into a lower cased string with dashes between words.Often used as url suffix, good for SEO | 
| dotCase | dot.case | Transform into a lower case string with a period between words. | 
| pathCase | path/case | Transform into a lower case string with slashes between words. | 
| snakeCase | snake_case | Transform into a lower case string with underscores between words. | 
| noCase | no case | Transform into a lower cased string with spaces between words. | 
Fundamental
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more: Change Case
