Categories
tool-text

How to convert numbers in words or words in numbers

The numbers came from the moment when there was a need to count objects and things and that happened a long time ago.

The numbers in written format are few used today, but they have their importance. We generally use this number format to fill checks, receipts, and other documents.

But if you searched: how to convert numbers to words you found the solution!

And whatever the reason, know that it is possible to convert numbers into words, that is, if you have a common number, you can convert it to the written format (words) easily using textcaseconvert.com.

Check out the details below and see how it is possible:

⚠️ Attention the conversion limit is a 15 digits number 999,999,999,999,999


1- Type or paste the number to perform a conversion

2- Click on the “number to text” button

Ready!! The conversion was done!

Categories
tool-text

How to change text from uppercase to lowercase

Sometimes when we are writing a text it is common to press the “Caps Lock” key by mistake. When we see, all the text typed was in uppercase.

oh no!

But how do you convert the text from uppercase to lowercase? Do I have to type everything again?

Easy, you can use a text conversion tool!!

Go to textcaseconvert.com and follow the steps:

1 – Copy the desired text and paste in the field for conversion

2 – Click on the “lowercase” button

to lowercase

Ready!

Now just select all the converted text and copy again. Simple isn’t it?!


I hope this tip has helped you. Learn more about convertions and text styles.

Categories
tool-text

Kebab case

Kebab case


What is the Kebab case? where is it used? is the case of kebab different from other writing styles?

Kebab case is the way to write compound words separated by hyphens (-) instead of using space. Generally, everything is written in lowercase. Example: “what-is-kebab-case”

This writing style is widely used in SEO (Search Engine Optimization – technique used by software developers to optimize search engines) to create a “slug” in URLs. For example: textcaseconvert.com/blog/kebab-case

This is the most famous and polemic case. Too many names for the same thing or not? Yes! has many names:

  • kebab case (It’s the most name adopted by official software)
  • caterpillar case
  • dash case
  • hyphen case or hyphenated case
  • lisp case
  • spinal case
  • css case
  • slug case
  • friendly url case

At some point you have seen or used this style of writing and did not know it was the kebab case. 😀

Categories
tool-text

Snake case

In the computing world it is common to hear terms like “Camel Case”, “Snake Case”, “Pascal Case” etc. But don’t be alarmed!
We will not deal with snakes or camels despite being used in the name of these ways of writing.
Snake case (or snake_case) is the way to write compound words separated by an underscore (_) instead of using a space.
Everything is usually written in lowercase. Example: “hello_world”, “first_name”
It is widely used in computer code, mainly in SQL databases field name.

SQL is case-insensitive. Many databases fold names to lowercase when creating tables, so capitalisation is lost.
The only portable way to preserve “words” within names is to use snake case.

Snake Case (All Caps)

In computer programming, when used with all capital letters, it is often used as a convention in declaring constants in several languages.

Categories
tool-text

What is camel case?

The “camel case” is the practice of writing sentences so that each word or abbreviation in the middle of the sentence begins with a capital letter, without spaces or punctuation. For example: “iPad” and “eBay”.


The camel case is normally used for variable names in computer programming. Some programming styles prefer uppercase and lowercase letters with the first letter capitalized, others do not.


The Camel case is distinct from the Title Case (or Capitalized Case), which capitalizes all words, but maintains the spaces between them. For example: “Hello World”. Use our tool to convert text from lower case to Title Case.

Camel case in Programming Languages:

Java: It consists of compound words or phrases such that each word or abbreviation begins with a capital letter or first word with a lowercase letter, rest all with capital.

  1. Classes and Interfaces :
    • Class names should be nouns, in mixed case with the first letter of each internal word capitalised. Interfaces name should also be capitalised just like class names.
    • Use whole words and must avoid acronyms and abbreviations. Examples:
      • interface Car
      • class SportCar implements Car
      • interface Sport
      • class Football implements Sport
  2. Methods :
    • Methods should be verbs, in mixed case with the first letter lowercase and with the first letter of each internal word capitalised. Examples:
      • void changeGear(int newValue);
      • void speedUp(int increment);
      • void applyBrakes(int decrement);
  3. Variables : Variable names should be short yet meaningful.
    • Should not start with underscore(‘_’) or dollar sign ‘$’ characters.
    • Should be mnemonic i.e, designed to indicate to the casual observer the intent of its use.
    • One-character variable names should be avoided except for temporary variables.
    • Common names for temporary variables are i, j, k, m, and n for integers; c, d, and e for characters.

Categories
tool-text

New tool for text conversions launched

New online tool for text manipulation. Developed to make life easier for programmers, bloggers, web designers and anyone who needs a text formatted for different purposes, whether for SEO or to correct a typo. Access is at textcaseconvert.com.

Functionalities:

Upper Case
Convert any text to uppercase. It even accepts text with special characters (eg * or #) where they will be preserved.

Lower Case
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.

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.

Let us know what you think about the new design and any problems you may encounter.