mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
change to single line regex
This commit is contained in:
parent
79535f5d61
commit
343d584f8f
@ -632,10 +632,8 @@
|
|||||||
], [MODEL, [VENDOR, GOOGLE], [TYPE, WEARABLE]], [
|
], [MODEL, [VENDOR, GOOGLE], [TYPE, WEARABLE]], [
|
||||||
/droid.+; (wt63?0{2,3})\)/i
|
/droid.+; (wt63?0{2,3})\)/i
|
||||||
], [MODEL, [VENDOR, ZEBRA], [TYPE, WEARABLE]], [
|
], [MODEL, [VENDOR, ZEBRA], [TYPE, WEARABLE]], [
|
||||||
/quest 2/i
|
/(quest( 2)?)/i // Oculus Quest
|
||||||
], [[MODEL, 'Quest 2'], [VENDOR, FACEBOOK], [TYPE, WEARABLE]], [
|
], [MODEL, [VENDOR, FACEBOOK], [TYPE, WEARABLE]], [
|
||||||
/quest/i
|
|
||||||
], [[MODEL, 'Quest'], [VENDOR, FACEBOOK], [TYPE, WEARABLE]], [
|
|
||||||
|
|
||||||
///////////////////
|
///////////////////
|
||||||
// EMBEDDED
|
// EMBEDDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user