REGEX help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BTL

    #1

    REGEX help

    I'm new to regex's and need some help .... I need to look at the user
    agent sent by the browser and detect when the browser is IE 5.5 or
    greater running on a windows platform (not Mac). I need to store this
    regex in the web.config so it can be modified at a later date. I've
    looked at the machine.config b/c it's doing something similar with its
    browser filtering, but I can't seem to get it to work.

    Here's a sample user agent:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)

    Thanks in advance....
Working...