arielsalminen / feature.js

Feature.js is a fast, simple and lightweight browser feature detection library in 1kb.
https://featurejs.com/
3.17k stars 115 forks source link

Escape dots in regex #37

Closed mgrandrath closed 5 years ago

mgrandrath commented 8 years ago

Otherwise the regex would match Android 10 to 29 and Silk/10 to 19.

meowsus commented 5 years ago

Confirmed!

Old Regex: https://regex101.com/r/z6Esvr/1 This Regex: https://regex101.com/r/LSCAWl/2

arielsalminen commented 5 years ago

Thank you, merged!