URL Path Segment Parser
Dissect paths and query parameters to generate dynamic route code maps
Splits URLs into segment lists to output dynamic router codes.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
How to use
- Enter a URL path or query address.
- Tweak segment variable mapping parameters.
- Copy Express or Next.js route configurations.
FAQ
- Are query strings parsed?
- Yes, query variables are listed in a table at the bottom of the page.
- Does it correctly parse paths that contain non-ASCII characters or percent-encoded characters like %20?
- Yes, segments are split correctly even when the path is still percent-encoded (e.g. %ED%95%9C%EA%B8%80), and the tool also shows the decoded, human-readable value alongside it so you can immediately see the actual content of each segment.
- Does it correctly parse paths that contain non-ASCII characters or percent-encoded characters like %20?
- Yes, segments are split correctly even when the path is still percent-encoded (e.g. %ED%95%9C%EA%B8%80), and the tool also shows the decoded, human-readable value alongside it so you can immediately see the actual content of each segment.
