Return true if the route path matches listpath/:id
getValue usage
getValue(":id", "/users/:id", "/users/some page").should.equal("some page"); getValue(":id", "/users/:id", "/users").should.equal("");
See Implementation
Return true if the route path matches listpath/:id