Try removing the $ at the end of the regex. - Ravi Chintakunta
On 4/4/07, ravi_network <[EMAIL PROTECTED]> wrote:
Hi Nutch Users, I have a task to crawl a specific URLS in a web site, the examples of urls are http://www.example.com/A123456 http://www.example.com/B213456 http://www.example.com/C666666 http://www.example.com/D124555 http://www.example.com/E123124 the regular expression what I have written is +^http://www.example.com/[A-Z][0-9]*$ is there any problem with the expression, I am not able to crawl the pages. Please help me on this ThankYou, Ravi -- View this message in context: http://www.nabble.com/Query-on-regular-expression-tf3525170.html#a9834900 Sent from the Nutch - User mailing list archive at Nabble.com.
