passiveLog entry should land in the first bucket that matches, not all
buckets that match. Added help info about escaping meta-characters in regexps.
This commit is contained in:
parent
bd38691cf0
commit
f1968c9d40
2 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ $ = end of url<br />
|
|||
* = any amount<br />
|
||||
+ = 1 or more<br />
|
||||
? = 0 or 1<br />
|
||||
Meta characters should be backslash-escaped if you want to match them as ordinary text, e.g.<br />
|
||||
home\?func=match, or<br />
|
||||
|,
|
||||
lastUpdated => 0,
|
||||
context => q||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue