> Message Source matches all as RegExp http://.*\.scr
> Here are some examples of what I'm trying to catch: > <a > href="http://host144dnx.plugin.com.br/foto007.scr">http://www.fee.unicamp.br/docentes/fotos/Loren.jpg</a></font></font></p> > I've read the documentation and can't find anything. Looked into a > couple of sites with RegExp tips and still don't understand what I'm > doing wrong. I'm using The Bat! v3.5.26. I found an online RegExp tester that might shed some light on this. http://www.quanetic.com/regex.php If I use the option "preg (Perl)" I don't get a match but if I use "ereg (POSIX)" I do get a match! So I learned a couple of things from this. First, there is different syntax to RegExp. Second, The Bat! uses "preg (Perl)" syntax and NOT "ereg (POSIX)" syntax. Third, I am using correct "ereg (POSIX)" syntax so my understanding of RegExp is not that lame! Can anyone point me to a tutorial on "preg (Perl)" syntax? PS: Why is everyone shy about RegExp in TB? I thought there would be more folks around here that could talk about this. -- thanks! alien mailto:[EMAIL PROTECTED] ________________________________________________ Current version is 3.5.25 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

