Enter your text
and choose the case you want to convert to.
Uppercase refers to the capital letters in a
sentence, as opposed to lowercase.
Lowercase is the smaller form of letters, which are
typically used in printed text.
The spinal case has dashes (-) replace the space
between each word.
Camel case is a style of writing that capitalizes
the first letter in each word, except for proper nouns. For example,
"camelCase".
Pascal case is a style of capitalization in which
the first letter of every word is capitalized and the space between
each word is removed. This style is most commonly seen in the names of
programming languages, such as Pascal and Fortran.
Snake case is a style of writing where the space
between words is replaced by an underscore (_).