We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User-Agent: Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0 results in
UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 1 [patch] => 2 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Generic [model] => Tablet [family] => Generic Tablet ) [originalUserAgent] => Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0 )
The text was updated successfully, but these errors were encountered:
Can you please check for the latest version of regexes.yaml? I get this as result:
{ userAgent: 'Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0', ua: { family: 'Firefox Mobile', major: '41', minor: '0', patch: null }, os: { family: 'Android', major: '4', minor: '1', patch: '2', patchMinor: null }, device: { family: 'Generic Tablet', brand: 'Generic', model: 'Tablet' } }
Sorry, something went wrong.
ACK. Sorry for the confusion.
No branches or pull requests
User-Agent: Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0
results in
The text was updated successfully, but these errors were encountered: