My route is defined like this: ``` { path: ':catId/:id(new|\\d+)', name: 'EntityCreate', component: EntityManualCU, meta: { breadcrumb: 'Send Entity', }, }, ``` In breadcrumb route path generated as `http://localhost:8080/entities/2/new(new%7C/d+)`