Path Case Converter
Convert text to path/case online — lowercase words joined by forward slashes. Free path case converter for file paths and URLs.
Three steps to get started
Paste your text
Enter any text, phrase, camelCase, snake_case, or other format into the input.
Converts to path/case
All letters lowercased and joined with forward slashes — like this/is/path/case.
Copy the result
Click Copy and paste into your file path, URL pattern, or routing config.
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.