Common Text Converter Writing Cases

Text Converter

Trending Topics

Date Calculator
09
Financial Calculator
25
Health Calculator
75
Math Calculator
19
Converter
35
Age Calculator
09
Loan Calculator
25
Health Calculator
25

Here’s a breakdown of common text writing cases, with examples:

  1. Sentence case
    - Only the first word and proper nouns are capitalized.
    - Example: "This is an example of sentence case."
  2. Title Case
    - The first letter of each major word is capitalized.
    - Example: "This Is an Example of Title Case."
  3. Uppercase (All Caps)
    - Every letter is capitalized.
    - Example: "THIS IS AN EXAMPLE OF UPPERCASE."
  4. Lowercase
    - No capitalization is used at all.
    - Example: "this is an example of lowercase."
  5. Camel Case
    - Used often in programming; the first letter of each word is capitalized except the first word, with no spaces.
    - Example: "thisIsAnExampleOfCamelCase."
  6. Pascal Case
    - Similar to Camel Case but with the first letter of every word capitalized, often used in programming.
    - Example: "ThisIsAnExampleOfPascalCase."
  7. Snake Case
    - Words are all lowercase, separated by underscores, often used in programming.
    - Example: "this_is_an_example_of_snake_case."
  8. Kebab Case
    - Similar to Snake Case but uses hyphens instead of underscores, often used in URLs.
    - Example: "this-is-an-example-of-kebab-case."