named regexp are never really usable: the v2 syntax (HostRegexp(
{host:.+})
) was just a way to isolate the regexp part, the name is not usable.
The "pure" regexp (HostRegexp(`.+`)
) is only available in v3 and NOT available in v2.
named regexp are never really usable: the v2 syntax (HostRegexp(
{host:.+})
) was just a way to isolate the regexp part, the name is not usable.
The "pure" regexp (HostRegexp(`.+`)
) is only available in v3 and NOT available in v2.