Paul Ohm

Regexes are Python-style. Regexes can be specified as quoted strings. Header matching (~h, ~hq, ~hs) is against a string of the form "name: value". Expressions with no operators are regex matches against URL. Default binary operator is &. Examples: google\.com Url containing "google.com ~q ~b test Requests where body contains "test"!(~q & ~t ... ................
................