I'm running the 3.2.0b4 hoping to use regular expressions in the 
limit_urls_to directive; I was under the impression it was supported, but 
am having difficulty getting it to work.

I am running htdig against a directory containing many files but onlt want 
to index those starting with a numeric character, i.e. 123.html

My first experiment was to use the non-regex syntax:
limit_urls_to:          /0 /1 /2

this worked fine

so I tried:
limit_urls_to:    /[0-9]

no matches were found

is my syntax correct, or am I trying to accomplish the impossible?

my ultimate goal is to index files only starting with a number or capital 
letter, like
[0-9A-Z]


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to