Text Statistics

0
Characters
0
Words
0
Lines
0
Sentences
UPPERCASE
Converts all characters to uppercase letters
lowercase
Converts all characters to lowercase letters
Title Case
Capitalizes the first letter of each word
Sentence case
Capitalizes the first letter of each sentence
PascalCase
Removes spaces and capitalizes each word including the first
snake_case
Replaces spaces with underscores and converts to lowercase
kebab-case
Replaces spaces with hyphens and converts to lowercase
dot.case
Replaces spaces with dots and converts to lowercase
CONSTANT_CASE
Uppercase with underscores, common for constants
path/case
Replaces spaces with forward slashes
space case
Lowercase with single spaces between words
Capital Case
Each word capitalized with spaces preserved
aLtErNaTiNg CaSe
Alternates between lowercase and uppercase letters
iNVERSE cASE
Swaps the case of each letter
rAnDoM cAsE
Randomly capitalizes letters for each conversion
Train-Case
Like Title Case but with hyphens instead of spaces
flatcase
Removes all spaces and special characters, lowercase
tOGGLE cASE
Inverts the case of every alphabetic character