Re: PCRE Range Matching

2003-06-02 Thread WC -Sx- Jones
[PMFJI] Following up to my own post - On Sunday, June 1, 2003, at 07:58 PM, WC -Sx- Jones wrote: /(37.3,200)/; # matches any number x, 37.3 < x < 200 /((37.3,200))/; # matches any number x, 37.3 < x < 200 and saves it ... But I cannot seem to get the simple test case working

PCRE Range Matching

2003-06-02 Thread WC -Sx- Jones
I am writing a complex PCRE for my Postfix mail server and I would like to use something along the lines of: /(37.3,200)/; # matches any number x, 37.3 < x < 200 /((37.3,200))/; # matches any number x, 37.3 < x < 200 and saves it /([37,))/; # matches and saves any