to apply a limit to the url??

{64}.* (your linked profile)/

it's correct this rule?


El 11/04/18 a las 02:59, Dominic Raferd escribió:
On 11 April 2018 at 01:24, Stephen Satchell <l...@satchell.net <mailto:l...@satchell.net>> wrote:

    The | operator is supposed to bind to a single token before and after.


​Not true - at least for pcre. Just enclose the entire expression in brackets:

​
​
/^Subject:\s*(Hello there|Hey man)/ DISCARD

(However Viktor's suggestion is more flexible/extendable.)

--

Reply via email to