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
Related Tools
List to Comma Separated Paste a list (one item per line) and convert it into a single string with your chosen separator
JSON Beautifier Paste your minified or messy JSON and get clean, properly indented output for easier reading, debugging, and development
JSON Minify Convert formatted or messy JSON into inline JSON instantly. Minify JSON by removing unnecessary whitespace and generate a compact single-line string
JWT Decoder Decode and inspect JSON Web Tokens instantly in your browser. View the header, payload, and expiry of any JWT without sending it to a server
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.