Skip to content
oriz.in /case Case & format converter

Type specimen · case & format converter

orizCase

One box in, every case out — camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, Title, Sentence + identifier reformatting. 100% in your browser.

camelCase

JS/TS variables, JSON keys

getUserProfile httpResponseCode myAwesomeProject parseXmlFile2

PascalCase

classes, types, components

GetUserProfile HttpResponseCode MyAwesomeProject ParseXmlFile2

snake_case

Python, Ruby, SQL

get_user_profile http_response_code my_awesome_project parse_xml_file_2

CONSTANT_CASE

env vars, constants

GET_USER_PROFILE HTTP_RESPONSE_CODE MY_AWESOME_PROJECT PARSE_XML_FILE_2

kebab-case

URLs, CSS, filenames

get-user-profile http-response-code my-awesome-project parse-xml-file-2

COBOL-CASE

HTTP headers, COBOL

GET-USER-PROFILE HTTP-RESPONSE-CODE MY-AWESOME-PROJECT PARSE-XML-FILE-2

dot.case

namespaces, config keys

get.user.profile http.response.code my.awesome.project parse.xml.file.2

path/case

file paths, routes

get/user/profile http/response/code my/awesome/project parse/xml/file/2

space case

plain words

get user profile http response code my awesome project parse xml file 2

Title Case

headings, titles

Get User Profile Http Response Code My Awesome Project Parse Xml File 2

Sentence case

prose, sentences

Get user profile Http response code My awesome project Parse xml file 2

lowercase

all lower

getuserprofile http_response_code my-awesome-project parse xml file 2

UPPERCASE

all upper

GETUSERPROFILE HTTP_RESPONSE_CODE MY-AWESOME-PROJECT PARSE XML FILE 2

Capitalize Words

each word capped

Get User Profile Http Response Code My Awesome Project Parse Xml File 2

StUdLyCaPs

the meme

GeTuSeRpRoFiLe HtTp_ReSpOnSe_CoDe My-AwEsOmE-pRoJeCt PaRsE xMl FiLe 2

iNVERSE cASE

flip every letter

GETuSERpROFILE http_RESPONSE_CODE MY-AWESOME-PROJECT pARSE xml fILE 2
optional AI