Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 274 Bytes

File metadata and controls

12 lines (7 loc) · 274 Bytes

User Agent Parser

Java port of the (https://github.com/yammer/user_agent) Ruby user agent parser.

Usage

UserAgentParser userAgentParser  = new UserAgentParser();
UserAgent agent = userAgentParser.parse(source);

License

MIT License, See LICENSE.txt for details