Skip to content

Router: Regex routing

Joshua Christo Randiny requested to merge router--Regex-routing into master

Add the ability to specify regex as routes Regex format follows standard PCRE

In addition, named capture group will be passed to view

Example see test.php and index.php

Merge request reports