Case converter
Convert text to a variety of scenarios
Input
Output
WITHOUT punctuations
KEEP punctuations
What is Online Case Converter?
Case Converter is a free online tool for changing the case of text.
If you have a badly formatted text that you need to convert to a specific case, an online case converter can help you do so right away, for example:
this-Is_an example.sentence
Here is a list of the cases that are available, along with detailed explanations and examples.
Case converter without punctuations
All of the functions listed below remove all punctuation from the input text.
► Camel Case: Convert 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.
thisIsAnExampleSentence
► Pascal Case: Convert 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.
ThisIsAnExampleSentence
► Snake Case: Convert all words to lowercase by joining them with underscore _
instead of space.
this_is_an_example_sentence
► Kebab Case: Convert all words to lowercase by joining them with a hyphen -
instead of space.
this-is-an-example-sentence
► Constant Case: Convert all words to uppercase by joining them with underscore _
instead of space.
THIS_IS_AN_EXAMPLE_SENTENCE
► Dot Case: Convert all words to lowercase by joining them with a dot .
instead of space.
this.is.an.example.sentence
► Path Case: Convert all words to lowercase by joining them with slash /
instead of space.
this/is/an/example/sentence
► Upper Case: Convert any letters to uppercase.
THIS IS AN EXAMPLE SENTENCE
► Lower Case: Convert any letters to lowercase.
this is an example sentence
► Sentence Case: Convert the first letter of the first word of the text to uppercase. The other words will be in lowercase.
This is an example sentence
► Title Case: First letters of each word are uppercase while the remaining will be lowercase.
This Is An Example Sentence
Case converter with punctuations
All of the functions listed below preserve all punctuation in the input text.
► Upper Case: Convert any letters to uppercase.
THIS-IS_AN EXAMPLE.SENTENCE
► Lower Case: Convert any letters to lowercase.
this-is_an example.sentence
► Sentence Case: Convert the first letter of the first word of each sentence to uppercase. The other words will be in lowercase.
This-is_an example.Sentence
► Title Case: Convert the first letters of each word is uppercase while the remaining will be lowercase.
This-is_an Example.sentence
How to use Online Case Converter?
Following these procedures will allow you to change your text into any case.
- Paste any text into the text area that you want to transform.
- Press the button that corresponds to the case you'd like to convert.
- The outcome will be displayed in the box below.
Note:
- The Reset button can be used to clear the input text.
- You can copy the converted text to your clipboard by using the Copy button.
Credits
- lodash: A modern JavaScript utility library delivering modularity, performance & extras.
Comments