Path Case
Convert text to path/case — words joined with forward slashes for file paths and URL segments. Free, instant, client-side path case converter.
🔒 100% Client-Side Processing
Your data is processed entirely in your browser and never transmitted to any server.
0 / 100M Limit
Common Use Cases
Designing URL routes
Convert a feature name like "user profile settings" into the user/profile/settings route segment structure.
Creating folder structures
Turn a document hierarchy description into the slash-separated directory path to create.
Frequently Asked Questions
- What is path/case used for?
- File system paths and URL segments — words lowercased and joined with forward slashes, so "user profile settings" becomes user/profile/settings, ready to use as a route or directory structure.
- Does it handle camelCase input?
- Punctuation and spaces become slashes after lowercasing. For camelCase input, add spaces at word boundaries first (or use kebab-case then replace hyphens) to get clean segments.
- Is my data private when I use this tool?
- Yes. This tool runs entirely in your browser using client-side JavaScript — nothing you type is transmitted to, logged by, or stored on any server. You can safely process confidential text, tokens, or code.