Dev tool studioPrivate on this device

Case Converter

Switch text between upper, lower, title, and code case styles

Frequently asked questions

Does my data leave this browser?
No. Everything here runs locally in this tab - nothing is uploaded, logged, or sent to a server.
What is camelCase vs snake_case used for?
camelCase and snake_case are common variable-naming conventions in programming - camelCase is typical in JavaScript, while snake_case is common in Python and database column names.