StartseiteText-ToolsGroß-/Kleinschreibung

Groß-/Kleinschreibung

Konvertieren Sie Text online. GROSSBUCHSTABEN, kleinbuchstaben, Titel, Satz.

Frequently Asked Questions

How do I change text to ALL CAPS?

Paste your text into our Case Converter and click UPPERCASE. All letters instantly become capital letters. Useful for headings, acronyms, and emphasis.

What is Title Case vs Sentence case?

Title Case Capitalizes The First Letter Of Every Major Word (like a book title). Sentence case only capitalizes the first letter of each sentence. Title case is for headings; sentence case is for body text.

How do I convert text for programming?

Use camelCase for JavaScript (myVariableName). Use snake_case for Python (my_variable_name). Use kebab-case for CSS and URLs (my-variable-name). Our converter handles all these.