Sentence case to Title Case Converter
Convert Sentence case text to Title Case — one line or a whole list at once.
To convert Sentence case to Title Case, paste your text above and the result updates as you type. User account id becomes User Account Id. Word boundaries are detected from the existing casing, so an identifier does not need separators to be split correctly. Title Case is for prose headings rather than code — it is what you convert an identifier into when it becomes a label in a user interface.
Runs in your browserAbout converting SENTENCECASE to TITLECASE
Sentence case is the modern default for interface labels and button text; it reads faster than Title Case and is far easier to keep consistent. Title Case is for prose headings rather than code — it is what you convert an identifier into when it becomes a label in a user interface. Converting Sentence case to Title Case turns User account id into User Account Id; acronyms are the awkward case in every direction, since "userID" and "userId" split differently and only one of them round-trips.