mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-05 18:03:04 +03:00
I brainfarted, slinging a `.+` into this to generalise it, when the code is using `str.startswith()`, not a regex match. So, use two tests, `.startswith()` for the static portion, then a `.find()` for the remainder after the variant part.