Text Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase and snake_case. Instant result in the browser.
About the conversion modes
UPPERCASE and lowercase use JavaScript's native methods (toUpperCase/toLowerCase) with full Unicode support.
Title capitalizes the first letter of each word. camelCase removes spaces and capitalizes each word except the first. snake_case replaces spaces with underscores and converts everything to lowercase.
The conversion happens entirely in your browser.
Related Tools
Reverse Text
Reverse any text character by character online. Instant result in the browser, no data sent to servers.
Remove Accents
Remove accents and special characters from text. Useful for normalizing data, generating slugs and preparing text for legacy systems.
Number to Words (Portuguese)
Convert numbers to words in Portuguese (por extenso). Supports positive and negative integers and values up to hundreds of millions.