[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PCRE expression question
- To: <hobbit (at) hswn.dk>
- Subject: PCRE expression question
- From: "Galen Johnson" <Galen.Johnson (at) sas.com>
- Date: Wed, 18 Apr 2007 11:19:07 -0400
- Thread-index: AceBzOil38YQF3QRQRenkc7OWQTtFQ==
- Thread-topic: PCRE expression question
Hey,
I know I'm just missing something simple and it's probably something I've overlooked but I'm having an issue with a regex in one of my port tests...
This works:
PORT "LOCAL=%[\.:](8611|8621|8631)$" state=LISTEN
But this doesn't...
PORT "LOCAL=%[\.:]86?1$" state=LISTEN
I'm hoping fresh eyes will see what stupid thing I've missed...
=G=