Skip to content
New issue

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

目前的解析是大小写敏感的,能否改进成大小写不敏感的? #128

Open
wangyouyuan opened this issue Jan 17, 2024 · 0 comments

Comments

@wangyouyuan
Copy link

目前的解析是大小写敏感的,能否改进成大小写不敏感的?
例如:
mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, like gecko) chrome/80.0.3987.87 safari/537.36 se 2.x metasr 1.0
能识别为:PC / Windows 10 / Sogou Explorer 1.0
而转换成小写后
mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, like gecko) chrome/80.0.3987.87 safari/537.36 se 2.x metasr 1.0
只能识别为 other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@wangyouyuan and others