LowerCase, Title And Sentence Case Converter Tool
|
Description: This is a simple online JavaScript tool to easily convert a string to lowercase, uppercase, title, capital, or sentence case, depending on your needs. I use this tool personally myself, so I decided to release it for public use too.
Online Tool:
Word Count:
Character Count:
Here is an explanation of all the different modes the tool supports:
-
Sentence Case: Makes everything lowercase except the first character and "I".
-
Title Case: Capitalize the first character of each word except common stop words like 'and', 'at' etc
-
Capital Case: Capitalize the first character of each word.
-
Lower Case: Lower Case everything inside the string.
-
Upper Case: Upper Case everything inside the string.
See Also: Word Counter Tool.
Credits:
The script uses code from the following resources:
- to-title-case
- Three Ways to Title Case a Sentence in JavaScript
- Select (and copy) Form Element Script