You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Thimo Eichstaedt <ab...@digithi.de> on 2006/04/03 17:47:54 UTC

Case insensitive regular expressions ?

Hello,

I am using nutch 0.7
I want to filter URLs through regex-urlfilter.txt. Since the regular 
expressions are perl5-compatible is it s possible to filter case insensitive ?

When I want to filter "(bmp|BMP|zip|ZIP)$", is this working: "/(bmp|zip)$/i" ?

thanks
   Thimo