|
// Now, to properly close the regular expression, we need to append a ")?" for each optional segment in the route.
|
|
// Now, to properly close the regular expression, we need to append a ")?" for each optional segment in the route.
|
|
return str_replace(array(':num', ':any'), array('[0-9]+', '[a-zA-Z0-9\-_]+'), $key);
|
|
return str_replace(array(':num', ':any'), array('[0-9]+', '[a-zA-Z0-9\-_]+'), $key);
|