Caps Convert - TextCaseConvert
This is a simple tool to help you convert your texts to uppercase or lowercase and others.
Type your text in the box below and choose the case you want to convert it to.
Character Count: 0 | Word Count: 0 | Line Count: 0
Welcome to the best online text conversion tool, where you can transform your text.
See the options below:
UPPERCASE
Convert any text to uppercase. It even accepts text with special characters (eg * or #) where they will be preserved.
lowercase
Remove uppercase letters from the text. Turns all letters in the text into lowercase letters. It even accepts text with special characters (eg * or #) where they will be preserved.
Capitalized Case
Converts the first letter of each word to uppercase and leaves the others as lowercase. It even accepts text with special characters (eg * or #) where they will be preserved.
Title Case
Converts the first letter of each word to capitalize, except articles (eg a, an, the), coordinating conjunctions (eg and, or, but) and (short) prepositions (eg in, on, for, up). It even accepts text with special characters (eg * or #) where they will be preserved.
Sentence case
Converts the first letter of the first word of the text to uppercase. The other words will be in lowercase. It even accepts text with special characters (eg * or #) where they will be preserved.
aLtErNaTiNg cAsE
Converts every letter of every word in the text in an alternating way (lowercase and uppercase). It even accepts text with special characters (eg * or #) where they will be preserved.
camelCase
Converts the first letter of the first word to lowercase and joins the other words with the first letter in uppercase and leaves the others in lowercase.
PascalCase
Converts the first letter of the first word to uppercase and joins the other words with the first letter in uppercase and leaves the others in lowercase.
snake_case
Converts all words to lowercase by joining them with underline (_) instead of space.
kebab-case
Converts all words to lowercase by joining them with hyfen (-) instead of space.
dot.case
Converts all words to lowercase by joining them with dot (.) instead of space.
number to text
Converts an integer number to word representation. Example: 1 = one, 2 = two. The maximum supported value is 999,999,999,999,999 (15 digits number)
text to number
Convert a number representation into a number. Example: one = 1, two = 2
text to HTML
Convert all special characters in a text to html entities. Example: "Á" in html entity is & Aacute;
HTML to text
Convert all HTML characters in a text. Example: & Aacute; in text is "Á"