Way2CU / Caracal

Fast, lightweight, developer oriented framework.
GNU General Public License v2.0
8 stars 5 forks source link

Fix regular expression in path maching. #68

Closed MeanEYE closed 6 years ago

MeanEYE commented 6 years ago

https://github.com/Way2CU/Caracal/blob/e7946a4521390f9b6d8c838fdc1f755d5b825db2/units/section.php#L57-L59

Instead of matching range from \d until _, we should match dash on its own.