Expected Behavior / New Feature
if "-" (hyphens) between the placeholders it should match
Actual Behavior / Motivation for New Feature
After having introduced the new solution the matching doesn't work when hyphens are found in the placeholders, eg: {"url-service-1"}
In fact, it's not possible to have hyphens as part of the regex group name, only alphanumerics and '_' (underscore) are allowed.
Expected Behavior / New Feature
if "-" (hyphens) between the placeholders it should match
Actual Behavior / Motivation for New Feature
After having introduced the new solution the matching doesn't work when hyphens are found in the placeholders, eg: {"url-service-1"}
In fact, it's not possible to have hyphens as part of the regex group name, only alphanumerics and '_' (underscore) are allowed.