File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010[ node ] : https://img.shields.io/node/v/ua-regexes-lite.svg
1111[ node-url ] : https://nodejs.org
1212
13- [ build ] : https://img.shields.io/github/actions/workflow/status/TrigenSoftware/ua-regexes-lite/CI .yml?branch=main
13+ [ build ] : https://img.shields.io/github/actions/workflow/status/TrigenSoftware/ua-regexes-lite/ci .yml?branch=main
1414[ build-url ] : https://github.com/TrigenSoftware/ua-regexes-lite/actions
1515
1616A lite useragent regexes collection.
Original file line number Diff line number Diff line change @@ -174,14 +174,14 @@ export const regexes = [
174174 ]
175175 } ,
176176 {
177- regex : / A n d r o i d : ? [ \- / ] ( \d + ) ( \. ( \d + ) | ) ( \. ( \d + ) | ) / ,
177+ regex : / A n d r o i d : ? [ / - ] ( \d + ) ( \. ( \d + ) | ) ( \. ( \d + ) | ) / ,
178178 family : 'android'
179179 } ,
180180 /**
181181 * Ignore IE Mobile 11
182182 */
183183 {
184- regex : / A n d r o i d : ? [ \- / ] ( \d + ) ( \. ( \d + ) | ) ( \. ( \d + ) | ) ; (? ! A R M ; T r i d e n t ) / ,
184+ regex : / A n d r o i d : ? [ / - ] ( \d + ) ( \. ( \d + ) | ) ( \. ( \d + ) | ) ; (? ! A R M ; T r i d e n t ) / ,
185185 family : 'android' ,
186186 version : [
187187 4 ,
You can’t perform that action at this time.
0 commit comments