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.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
lowercaseConvert your text to lowercase letters instantly.
Title CaseConvert your text to Title Case, capitalising the first letter of each major word.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
PascalCaseConvert your text to PascalCase for class names and components.