Skip to content

greedy matching in v8 #409

@mohas

Description

@mohas

Hi, before v8 I had /news/:id([a-z]+){-:slug} which made routes like /news/a-b-c match to {id: 'a', slug: 'b-c'}, is this even possible anymore with v8? now I get {id: 'a-b', slug: 'c'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions