OS Garage

Developer Case Tool

path/case Converter

Convert text to path/case format for file paths and URL routing.

Features

Forward Slash Separation

Words are joined with '/' making the output valid as a Unix path segment or URL route.

All Lowercase

File systems and URLs are conventionally lowercase to avoid case-sensitivity issues.

How to Use

  1. 1

    Enter your path segments

    Type words or an existing identifier representing path segments.

  2. 2

    Get path/case output

    Words are lowercase and joined with forward slashes.

  3. 3

    Use as a file path or URL

    Paste directly into routing configs, import statements, or shell scripts.

Examples

File path

Input

users profile settings

Output

users/profile/settings

Import path

Input

components auth LoginButton

Output

components/auth/loginbutton

Common Questions

Functionally yes — path/case uses the same forward slash separators and lowercase convention as URL paths and Unix file paths.