Et
EditText.app

Path Case Converter

Convert text to path/case online — lowercase words joined by forward slashes. Free path case converter for file paths and URLs.

🔒 Your text stays in your browser — nothing is sent to our servers
Input
0Characters
0No spaces
0Words
0Sentences
0Lines
< 1 minRead time
Result
How to Use

Three steps to get started

1

Paste your text

Enter any text, phrase, camelCase, snake_case, or other format into the input.

2

Converts to path/case

All letters lowercased and joined with forward slashes — like this/is/path/case.

3

Copy the result

Click Copy and paste into your file path, URL pattern, or routing config.

About This Tool

Path case: hierarchical naming with forward slashes

Path case mirrors the structure of file system paths and URL hierarchies. Each word becomes a lowercase segment, and segments are joined by forward slashes — the same delimiter used by Unix file paths and web URLs.

Common uses:

  • API routes: /api/v1/users, /auth/token/refresh
  • File paths: src/components/layout/header
  • Module paths: utils/string/format
  • Routing patterns: admin/users/profile

Path case is particularly useful in code generation, routing configuration, and any context where you need to represent a hierarchical identifier derived from a plain-text description.

All conversion runs in your browser — no server, no tracking, no limits.

FAQ

Frequently Asked Questions

Related Tools