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.sentenceHere 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 SentenceCase 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.sentenceHow 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.
Related Tools
- HTML Entity Encoder/Decoder: Encode and decode HTML entities for XSS prevention and web development
- Unicode Encoder/Decoder: Convert text to Unicode escape sequences (\uXXXX) and back
- Text on Image Writer: Online tool to add text on images and save it in JPG or PNG format
- Text to Handwriting Converter: Convert your text to handwriting using the paper type and ink color of your choice
- Base64 Encoder Decoder: Encode and decode Base64 strings and files online
- Dummy Text Generator: Create dummy text for lorem ipsum in HTML, markdown, or plain text
- Markdown Editor: Markdown editor online with real-time preview
- Multiple Whitespace Remover: Multiple whitespaces and line breaks are removed from a text, as well as unwanted characters
- Regex Tester: Test and validate regular expressions online
- Remove Duplicate Lines: Remove duplicate lines from text quickly and easily
- Text Diff Checker: Compare two texts and see differences online
- URL Encoder Decoder: Encode and decode URLs and URL components online
- UUID Generator: Generate UUIDs (Universally Unique Identifiers) online
- Word Counter: Count words, characters, sentences, and paragraphs in a text
- CSS Minifier Beautifier: Minify or beautify CSS code online
- HTML Minifier Beautifier: Minify or beautify HTML code online
- JS Minifier Beautifier: Minify or beautify JavaScript code online
- JSON Formatter: Format, minify, validate and beautify JSON online
- XML Formatter: Format, minify, and validate XML online