Rybski Dajo wrote:
> I entered this regex in rexv.org and got "no response from server".
> After testing the problem seems to be with the dollar sign $ at the
> beginning (5th char). After removing the $ the regex works fine on
> rexv.org. I'm going to test this in ASSP soon. According to rexv.org
> $1-$9 is used for Group backreferences (whatever that is).

I tested those regex's with commercial various RE-testing apps, and 
found know syntax issues.  In this case the $ is in brackets (at column 
5).  Brackets are used to specify a character class.  You can read more 
about character classes here:

   http://perldoc.perl.org/perlretut.html#Using-character-classes

In many spams, the S, $, and 5 are used interchangeably - because the 
mind will read them all as an "S" in a word.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to