• Regex

    By Bulcsu Kovacs 2 decades ago

    I have to admit I'm not really good in regular expressions, but as far as I know this one should work: "Re[\d]" (I know it should be case insensitive but at the beginning I'd like to use simple regexp formulas :) ). It seems to be perfect in Regex Coach but nothing happens if I add it to a deny rule and a memo comes with "Re[8] blabla in its subject. Why….

    • By Daniel Fricke 2 decades ago

      Hello!



      I´m working with a similar rule which works fine for me:


      REGEX#:(?i)re[\d+]



      kSpam1.4b (Win)



      Daniel!

      • doesnt work either

        By Bulcsu Kovacs 2 decades ago

        It seems the problem isn't with the regexp, because the simplest one like #REGEX#:LOTTO passes through :( none of my regexp rules are working :(

        W2k, one 6.5.4 one 6.5.3.

        What did I wrong? Other, non-regexp rules are working fine.

        • Regex not working

          By Dan Cihon 2 decades ago

          Regex rules work for me. Make sure there are no spaces at the begining or end is the only thing I can think of that would cause it not to work.