| > -*/spaces/*
> +'*/spaces/usage/report.action?key=*[A-Z,a-z,0-9]*[]
> '
> +'*/spaces/usage/report.action?key=*[A-Z,a-z,0-9]^&p
> eriod=*[a-z]*[]'
>
> So I want key= or key= and period=, but I do NOT
> want anything else, like key=, period=, and date=.
> Right now this does not appear to be matching
> ANYTHING in the /spaces/usage directory. Any ideas?
URLs should be case independent, so I don't think you need the A-Z,a-z and
unless keys contain other weird characters *[file] should also work.
I've never used *[]. If you leave it off you should get the same result since
there's no asterisk at the end of the filter.
Real problem, your using a '. Since you don't have any spaces in the filter,
you don't need quotes, but the DOS/httrack character is ".
| |