regex question: independent position of words
        Posted  
        
            by Fuxi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fuxi
        
        
        
        Published on 2010-04-08T16:44:50Z
        Indexed on 
            2010/04/08
            16:53 UTC
        
        
        Read the original article
        Hit count: 448
        
hi all,
is it possible to define a regex pattern which checks eg. for 3 terms independent to their position in the main string?
eg. my string is something like "click here to unsubscribe: http://www.url.com"
the pattern should also work with "http:// unsubscribe click"
thx
© Stack Overflow or respective owner