Page 1 of 1

Perl regular expressions

PostPosted: 26 Jun 2009 23:55
by megamic
I would like to use this regex to ban all search results with eight or more 4 character words: (\w{4,}\W+){8,}

It is valid Perl syntax, but I am not sure it is working. I know Boost uses Perl regexes by default, but does Shareaza do so aswell?

Re: Perl regular expressions

PostPosted: 27 Jul 2009 07:36
by raspopov
By default its posix-compatible.
You can use RegExp.exe utility to play with Shareaza regular expressions (it uses same source files as shareaza itself).