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
Golang uses re2 regular expression library while the rules are written for PCRE.
At the moment there are 3 rules that are effected by this issue:
`NexusTablet`: `^.*Android.*Nexus(((?:(?!Mobile))|(?:(\s(7|10).+))).)*$`, `AsusTablet`: `^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\bK00F\b|TX201LA`, `GenericTablet`: `Android.*\b97D\b|Tablet(?!.*PC)|ViewPad7|BNTV250A|MID-WCDMA|LogicPD Zoom2|\bA7EB\b|CatNova8|A1_07|CT704|CT1002|\bM721\b|rk30sdk|\bEVOTAB\b|SmartTabII10|SmartTab10|M758A|ET904|ALUMIUM10`,
The text was updated successfully, but these errors were encountered:
fixed some issues with initiation, now possible to initiate with defa…
bf52da4
…ult rules. commented out negative lookahead regex regarding to issue #1
skip tests regarding issue #1
afa83fa
No branches or pull requests
Golang uses re2 regular expression library while the rules are written for PCRE.
At the moment there are 3 rules that are effected by this issue:
The text was updated successfully, but these errors were encountered: