Hello, I have a large list of User-agent strings. For the analytic panel i need to parse them and split to:
- Browser name, version. 2.Platform name, version
If there is a ready solution or code to do this? Like there: http://useragentstring.com/
Hello, I have a large list of User-agent strings. For the analytic panel i need to parse them and split to:
If there is a ready solution or code to do this? Like there: http://useragentstring.com/
Have a look at RFC 1945 and RFC 2068 for the User agent string syntax.
http://www.faqs.org/rfcs/rfcXXXX.html where XXXX can be replace with 1945 or 2068.