Custom App for third party Browsers
I'm trying to create a custom app that identifies browsers as a matter of fact - i need to identify all browsers that do not have MSIE in their http-request .
i tried different regexp patterns and none of them seem to work
[^[MSIE]] - less than 7 chars
...