Problem
Dynamic Object patterns support only basic character classes (digits, letters, alphanumeric, spaces), but some URLs contain special characters like double-slashes (//) that can't be matched with current options.
Request
Expand pattern-matching to support forward slash (/) and other special characters, enabling single matchers to handle URL variations like 'resources/:id' and 'resources//:id'.