I saw https://symfony.com/blog/new-in-symfony-7-3-slug-and-twig-constraints#slug-constraint where we have a Slug constraint we can replace regex's constrants that have `/^[a-z0-9]+(?:-[a-z0-9]+)*$/` with slug constraint. Might be a specific replacement but maybe worth it? I see its used public 25 times: https://github.com/search?q=%23%5BAssert%5CRegex%28%27%2F%5E%5Ba-z0-9%5D%2B%28%3F%3A-%5Ba-z0-9%5D%2B%29+*%24%2F%27%29%5D&type=code