🔍
🔀

Test URL Routing Patterns

Write and test regex patterns for URL routing rules in Express, Nginx, and Apache.

Aucune connexion requise
//g
Flags:
Examples:

Test text

Matches

The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs.Enter a pattern above to see matches highlighted here.

Routing tips

🔀

Express.js route patterns like /users/:id support regex-style matching. Test your pattern against sample URLs before adding to your router.

⚙️

Nginx rewrite rules use PCRE regex. Paste sample request URIs into the test text and refine your pattern until all expected paths match.

💡

Use ^ and $ anchors to ensure your pattern matches the full path, not just a substring. Without anchors, /api matches /some/api/endpoint.

🔍

Capture groups in URL patterns extract dynamic segments. (/users/(\d+)) captures the user ID in group 1 — visible in the match details panel.

Comment ça marche

1
Saisir
Enter your data into the tool above. Everything stays local to your browser.
2
Traiter
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Télécharger
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Pourquoi utiliser le nôtre ?

Entièrement gratuit — sans coûts cachés, jamais
Aucun compte, e-mail ou connexion requis
Les fichiers ne quittent jamais votre appareil
Aucune limite de taille de fichier
Aucun filigrane sur aucun résultat

Also check out…

Questions fréquemment posées