What is Sentence case?
Sentence case capitalizes the first letter of the text and the first letter after every sentence-ending mark (. ! ?) followed by whitespace; everything else is lowercased — exactly like ordinary prose.
Sentence case examples
- hello world. this is an example. → Hello world. This is an example.
- WELCOME TO OUR SITE! we are glad you came. → Welcome to our site! We are glad you came.
- first point here. second one follows? yes, a third. → First point here. Second one follows? Yes, a third.
Where is Sentence case used?
Sentence case is the default for body copy, product UI strings, help text and documentation. Major design systems — including Google's Material Design and Apple's Human Interface Guidelines — prefer sentence case over Title Case for headings and buttons because it reads more naturally and is easier to apply consistently.
A note on proper nouns
Because the converter lowercases everything first, proper nouns lose their capitals: 'paris is lovely' becomes 'Paris is lovely', but 'I love Paris' becomes 'I love paris'. Give names and places a quick manual check after converting.