https://github.com/ua-parser/uap-core
The regex file necessary to build language ports of Browserscope's user agent parser.
https://github.com/ua-parser/uap-core
Last synced: about 1 year ago
JSON representation
The regex file necessary to build language ports of Browserscope's user agent parser.
- Host: GitHub
- URL: https://github.com/ua-parser/uap-core
- Owner: ua-parser
- License: other
- Created: 2014-02-17T14:57:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T19:11:19.000Z (about 1 year ago)
- Last Synced: 2025-04-09T22:09:18.600Z (about 1 year ago)
- Language: JavaScript
- Size: 7.04 MB
- Stars: 783
- Watchers: 55
- Forks: 458
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
uap-core [](https://travis-ci.org/ua-parser/uap-core) [](#backers) [](#sponsors)
========
This repository contains the core of [BrowserScope][2]'s original [user agent string parser][3]: data collected over the years by [Steve Souders][4] and numerous other contributors, extracted into a separate [YAML file][5] so as to be reusable _as is_ by implementations in any programming language.
This repo itself does _not_ contain a parser: only the necessary data to build one. There exists a ref implementation, along with multiple, production-ready implementations in various programming languages.
Maintainers
-----------
* [Com Menthol](https://github.com/commenthol)
* [Lindsey Simon](https://github.com/elsigh) ([@elsigh](https://twitter.com/elsigh))
* [Tobie Langel](https://github.com/tobie) ([@tobie](https://twitter.com/tobie))
* [Louis Barthonet](https://github.com/lbarthon)
* [Miguel de Moura](https://github.com/migueldemoura)
Communication channels
-----------------------
* \#ua-parser on freenode
* [mailing list](https://groups.google.com/forum/#!forum/ua-parser)
Contributing Changes to regexes.yaml
------------------------------------
Please read the [contributors' guide](CONTRIBUTING.md)
## Credits
### Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].

### Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/ua-parser#backer)]
### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/ua-parser#sponsor)]
License
-------
The data contained in `regexes.yaml` is Copyright 2009 Google Inc. and available under the [Apache License, Version 2.0][6].
[2]: http://www.browserscope.org
[3]: http://code.google.com/p/ua-parser/
[4]: http://stevesouders.com/
[5]: https://raw.github.com/ua-parser/uap-core/master/regexes.yaml
[6]: http://www.apache.org/licenses/LICENSE-2.0