CalcChef
Search tools (e.g. 'calc', 'converter')... (Press '/' or 'Cmd+K')

Slug to Pascal Case Converter

Convert URL slugs, kebab-case, snake_case, and camelCase strings to PascalCase, camelCase, kebab-case, and snake_case simultaneously. Free developer tool with real-time conversion.

Loading Tool...

Applications

Useful for front-end developers converting API endpoint slugs to component names, back-end developers normalizing database field names to class properties, DevOps engineers transforming CI/CD variable names, CSS-in-JS users converting class naming conventions, and code generator tools that need multi-format output from a single input.

The Formula

The converter detects the input delimiter (hyphen, underscore, space, dot, or camelCase boundary), splits the string into words, then applies the target capitalization: PascalCase (every word capitalized, no separator), camelCase (first word lowercase, rest capitalized), kebab-case (all lowercase, hyphen separator), and snake_case (all lowercase, underscore separator). Numbers are preserved as standalone words when the option is enabled.

Fun Fact: CamelCase (also known as CamelCase or medial capitals) was first documented in the 1950s as a programming convention — but the term 'CamelCase' itself wasn't coined until 2001 by a Microsoft engineer describing the humps in the middle of words.

Related Tools

View all tools