This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Expressions

Has anyone had any success in writing regex expressions for blacklisting ? I have found this site that was useful anyone know of any other good tutorial sites ? 
http://etext.lib.virginia.edu/helpsheets/regex.html  


This thread was automatically locked due to age.
Parents
  • I would strongly recommend the O'Reilly book.

    RegEx's are funny; it's easy to start using them, but they can get extremely hairy. Most online references I have found to be 'get started' stuff. And to complicate matters, there are dialects of regex; what works in sed might not work in flex. So O'Reilly's book is the only thing I've seen that does justice to the topic.

    Remember the saying: "a little bit of knowledge can be a dangerous thing"? If you learn something from a starter guide that works most of the time, but are unaware of an exception case, that might be what it takes to let a malicious piece of content past your firewall. We're all human and can make mistakes, but effort must be made to avoid them; get the O'Reilly book...



       
  • Thanks, I will before I tackle that area...  
    I have several other issues that I need to solve as well 

      
Reply Children
No Data