Path Case Converter

Convert any text to path/case instantly. Splits words from any format and joins them with forward slashes — useful for file paths and URL segments

TEXT
Tip: useful for file paths and URL segments — works with any input format.

Runs 100% Locally in Your Browser

This tool processes your data entirely on your device. Nothing is uploaded, stored, or sent to any server.

No Uploads Privacy First Secure by Default

Frequently Asked Questions

What is path/case notation?
path/case writes compound words in all lowercase joined by forward slashes, e.g. src/components/button.
How to convert text to path/case format online?
Paste your text and the tool splits it into words and joins them with forward slashes in lowercase.
When is path/case used in development?
It is used for file system paths, import module paths, and URL segment generation where slashes are the natural separator.
What is the difference between path/case and a URL slug?
A URL slug typically uses hyphens (kebab-case) for a single segment; path/case uses slashes to represent hierarchical directory or route structures.
What input formats does the path/case converter handle?
It accepts camelCase, PascalCase, snake_case, kebab-case, Title Case, and space-separated text as input.
Is the path/case conversion done locally in my browser?
Yes — word splitting and joining happens entirely in-browser; nothing is transmitted to a server.