path/case Converter
Paste any text and instantly convert it to path/case format with words separated by forward slashes in lowercase.
Conversion Examples
camelCaseExample
camel/case/example
PascalCaseString
pascal/case/string
snake_case_value
snake/case/value
kebab-case-value
kebab/case/value
A plain English sentence
a/plain/english/sentence
UPPER_CASE_CONST
upper/case/const
Summary
Paste any text and instantly convert it to path/case format with words separated by forward slashes in lowercase.
How it works
- Paste or type your text into the input field.
- The converter splits words at spaces, underscores, hyphens, and camelCase boundaries.
- Every word is lowercased and joined with forward slashes.
- The converted result appears instantly in the output panel.
- Click "Copy" to copy the path/case string to your clipboard.
Use cases
- Generate URL-friendly path segments from page titles.
- Convert function or variable names into file system paths.
- Build REST API route strings from human-readable descriptions.
- Normalize mixed-case identifiers into a uniform path format.
- Quickly reformat camelCase or PascalCase strings for routing configs.
- Prepare breadcrumb path strings from page title hierarchies.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu