Closed MeanEYE closed 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.
\d
_
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.