route icon indicating copy to clipboard operation
route copied to clipboard

Negation

Open bkeroackdsc opened this issue 9 years ago • 0 comments

As far as I can tell, this doesn't work:

Path(`/foo/<value>`) && !Host(`bar.<domain>`)

Removing the negation ("!") allows it to work.

It'd be great if negation were allowed in the syntax.

bkeroackdsc avatar Jun 15 '15 20:06 bkeroackdsc