EraCode practice

Daily Routing: Match URL Paths with a Compiled Pattern

PythonintermediateMulti-Part

Summary

Practice a small routing/navigational pattern: choosing the right handler for a URL path using a compiled route table.

Problem preview

### Goal Fill the single missing line so the router returns the first matching handler name for a given URL path. - Routes are checked in order; return the handler for the first regex that matches th…

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.

Daily Routing: Match URL Paths with a Compiled Pattern | Python practice | EraCode