Home/path/case Converter

path/case Converter

Convert your text to path/case with forward slashes between words.

Examples

InputUsers Profile Settings
Outputusers/profile/settings
InputHome About Contact
Outputhome/about/contact

What is path/case?

path/case replaces spaces with forward slashes and converts all letters to lowercase. It mimics the structure of file system paths and URL paths, making it useful for generating route patterns and directory structures.

When to use path/case

Use path/case for generating URL route patterns, for creating file and directory path structures, for breadcrumb navigation patterns, and for any context where a path-like format is needed.