All tools. One workspace.
Command K
Public tool listing

Case Converter details

Convert text between camelCase, PascalCase, snake_case, kebab-case, and more. Case Converter is now a native Toolars workspace for local naming conversion across developer and writing case formats.

Native workspaceFreeTextCaseNaming

Overview

Case Converter transforms pasted identifiers, labels, headings, and mixed-delimiter text into copy-ready naming styles including camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, dot.case, lower case, and UPPER CASE. The workspace migrates the Aixtral source behavior into a Toolars-native interface with detected word review, local-only processing, and copy actions for code, docs, and slug handoff.

How it works

1Paste naming textAdd a variable name, API field, heading, filename, or mixed separator string directly in the local workspace.Input
2Detect wordsSplit camelCase, PascalCase, snake_case, kebab-case, dot.case, spaces, acronyms, and punctuation into reviewable tokens.Parse
3Generate variantsCreate copy-ready developer and writing formats side by side for identifiers, documentation, and content workflows.Output
4Review edge casesCheck acronym capitalization and mixed delimiter results before copying into code, docs, or downstream slug workflows.Review

Local case conversion model

LocalInput text is parsed and converted in the browser without upload.
DeterministicConversion uses transparent string rules, so generated outputs are stable and easy to review.
PublicThis tool has a dedicated Toolars workspace, source-backed library implementation, and focused tests.

Implementation handoff

AXAixtral sourceUses the Aixtral Case Converter utility functions and client behavior as the source reference.Source
UIToolars workspaceAdds a native workbench, detected word review, 10 generated formats, and public catalog readiness.Ready