Closed rgaudin closed 4 years ago
Slug should convert spaces and _ to - so it fits the required format for our ZIM files (not ZIM spec but requirement of our auto-upate script)
_
-
/^(.+?_)([a-z\-]{2,10}?_|)(.+_|)([\d]{4}|)\-([\d]{2})$/i
Slug should convert spaces and
_
to-
so it fits the required format for our ZIM files (not ZIM spec but requirement of our auto-upate script)