getValue

Return true if the route path matches listpath/:id

string
getValue
(
string variable
,
string routePath
,
string path
)

Examples

getValue usage

getValue(":id", "/users/:id", "/users/some page").should.equal("some page");
getValue(":id", "/users/:id", "/users").should.equal("");

Meta