Converts all text to lowercase letters.
Use cases: Email addresses, URLs, file names, CSS properties, and standardizing user input.
Converts all text to uppercase letters.
Use cases: Constants in programming, acronyms, headers, emphasis, and database field names.
Capitalizes the first letter of each word.
Use cases: Book titles, article headlines, proper nouns, and formal document headings.
Capitalizes only the first letter of the sentence.
Use cases: Regular sentences, descriptions, and natural language text formatting.
First word lowercase, subsequent words capitalized, no spaces.
Use cases: JavaScript variables, function names, object properties, and JSON keys.
Each word capitalized, no spaces or separators.
Use cases: Class names, component names, type definitions, and constructor functions.
All lowercase with underscores separating words.
Use cases: Python variables, database columns, file names, and API endpoints.
All lowercase with hyphens separating words.
Use cases: CSS class names, HTML attributes, URL slugs, and file names.
All uppercase with underscores separating words.
Use cases: Environment variables, constants, configuration keys, and global variables.
All lowercase with dots separating words.
Use cases: Domain names, package names, namespaces, and configuration paths.
Reverses the case of each character.
Use cases: Creative text effects, mocking text, and stylistic formatting.
Alternates between lowercase and uppercase by position.
Use cases: Stylistic text effects, design mockups, and creative typography.
Discover more utilities to enhance your productivity